Add option to add custom title in header (esm:custom_title)

Last login : add option to enable or not
Disk : add filesystem
Disk : values are centered
This commit is contained in:
ShevAbam
2015-07-13 09:43:34 +02:00
parent 9970343fe5
commit b330d193bb
7 changed files with 48 additions and 29 deletions
+3 -2
View File
@@ -35,9 +35,9 @@ img { border: 0; }
.debug { border: 1px solid red; }
.text_left, .t-left { text-align: left; }
.text_left, .t-left { text-align: left !important; }
.text_right, .t-right { text-align: right !important; }
.text_center, .t-center { text-align: center; }
.text_center, .t-center { text-align: center !important; }
.pfixed { position: fixed !important; }
.f-left { float: left; }
@@ -66,6 +66,7 @@ img { border: 0; }
color: #666;
}*/
.w10p { width: 10%; }
.w15p { width: 15%; }
.w20p { width: 20%; }
.w33p { width: 33%; }
File diff suppressed because one or more lines are too long