From b330d193bbd0170b6caabd604d30fc64c7b1d2d3 Mon Sep 17 00:00:00 2001 From: ShevAbam Date: Mon, 13 Jul 2015 09:43:34 +0200 Subject: 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 --- web/css/_src/utilities.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'web/css/_src') diff --git a/web/css/_src/utilities.scss b/web/css/_src/utilities.scss index 0dddffa..3f2553b 100644 --- a/web/css/_src/utilities.scss +++ b/web/css/_src/utilities.scss @@ -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%; } -- cgit v1.3