aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/_src
diff options
context:
space:
mode:
authorShevAbam <shevabam@gmail.com>2015-07-13 09:43:34 +0200
committerShevAbam <shevabam@gmail.com>2015-07-13 09:43:34 +0200
commitb330d193bbd0170b6caabd604d30fc64c7b1d2d3 (patch)
treeec4957900b62c93610457993960a22660a37c747 /web/css/_src
parent9970343fe5c8226f25234addc6b80836c092fe1f (diff)
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
Diffstat (limited to 'web/css/_src')
-rw-r--r--web/css/_src/utilities.scss5
1 files changed, 3 insertions, 2 deletions
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%; }