mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
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
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user