aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/theme.css
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-09-15 15:18:17 +0000
committermistic100 <mistic@piwigo.org>2014-09-15 15:18:17 +0000
commitb56c103188ab4fb76fdcc42c4fbc3810d384b5aa (patch)
tree3841699071be6ec8e40ea0a696a1e8fdfe3cd540 /admin/themes/default/theme.css
parent34c0290bbfa62a6ef24f2f71cb2366863c56cb72 (diff)
use fontello for every checkbox on config screens + split configuration.tpl file
git-svn-id: http://piwigo.org/svn/trunk@29539 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/theme.css')
-rw-r--r--admin/themes/default/theme.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css
index a483a0485..9cc01fd6a 100644
--- a/admin/themes/default/theme.css
+++ b/admin/themes/default/theme.css
@@ -1267,3 +1267,16 @@ table.qsearch_help_table td {
padding:5px;
vertical-align:top;
}
+
+.font-checkbox [class*=icon-check]:before {
+ font-size:16px;
+ line-height:16px;
+ margin-right:0;
+}
+.font-checkbox .icon-check-empty {
+ position:relative;
+ left:-1px;
+}
+.font-checkbox input[type=checkbox], .font-checkbox input[type=radio] {
+ display:none;
+}