added icons to hosts

This commit is contained in:
Abdallah Soliman
2016-07-12 19:36:23 -05:00
parent 2167a8d94d
commit 83a4deb3b1
5 changed files with 18 additions and 45 deletions

BIN
static/css/.style.css.swp Normal file

Binary file not shown.

View File

@@ -1,36 +1,3 @@
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url('../fonts/MaterialIcons-Regular.woff') format('woff'),
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
.mdl-layout__header-row {
color: #fff;
}
@@ -46,22 +13,12 @@
color:#fff;
padding:25px;
}
#addHostIcon {
width:64px;
height:64px;
margin:auto;
display:block;
}
#backIcon {
height: 32px;
width: 32px;
margin-left: -20px;
padding-right: 20px;
}
#addHostCell {
padding-top:3px;
padding-bottom:3px;
}
.mdl-dialog {
border: none;
box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
@@ -184,3 +141,13 @@ main {
color: #000;
font-weight: bold;
}
.host-cell {
display: inline-block;
width: 150px !important;
height: 150px !important;
background-color: #000;
}
.host-cell img {
width: 80px;;
margin-bottom: 10px;
}