Adding new css class for device type view image

This commit is contained in:
Rasika Perera 2016-11-30 13:01:42 +05:30
parent 82d865b104
commit 098ae372f7

View File

@ -6512,6 +6512,12 @@ select > option:hover {
content: "*"; content: "*";
} }
.device-type-img.fw {
font-size: 250px;
color: white;
background: #11375b;
padding: 35px;
}
.table.list-table:not(.grid-view){ .table.list-table:not(.grid-view){
margin: 0px !important; margin: 0px !important;
} }