﻿/*********************************************************
/   This CSS file is used in the backend system masterpage as an Alternate CSS file added to the "Masterage" top site setting, to overcome specific issues.
/*********************************************************/

/****Hide Top Ribbon tiles****/
.o365cs-nav-appTile[id='O365_AppTile_Newsfeed'],.o365cs-nav-appTile[id='O365_AppTile_Documents'], .o365cs-nav-appTile[id='O365_AppTile_Sites'] {display: none;}
.o365cs-rsp-off.o365cs-newAL-off.o365cs-nav-navMenu {min-width: 0;}
.o365cs-nav-leftAlign {display:none!important;}
#Sites_BrandBar {display: none;} /*Hide "Sites" Ribbon Item*/

/****Controlling the images columns****/
/*Item Details*/
table.ms-formtable #SPFieldURL img, table.ms-formtable #SPFieldImage img,
table.ms-formtable div.ms-rtestate-field span img {max-width:400px!important;max-height:200px!important;}
/*Item Listing*/
table.ms-listviewtable td.ms-cellstyle .ms-rtestate-field img, table.ms-listviewtable td.ms-cellstyle img {max-width:150px!important;max-height:100px!important;}