1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

Admin area - checkbox field auto-toggle feature finished

This commit is contained in:
secretr
2008-12-11 11:25:21 +00:00
parent 187c5c547b
commit e50dd8d467
3 changed files with 34 additions and 26 deletions

View File

@@ -118,7 +118,9 @@ select.tbox { min-height:17px; padding: 0px; /* to set the height for empty sel
#core-emoticon-configure input.input-text { width: 300px; }
.select.order { width: 40px; }
/* Related JS functionality - .autocheck together with .auto-toggle-area (see admin/image.php) */
.inline-help { width: 280px; }
.auto-toggle-area { width: 280px; }
/* form used for settings */
.col-label { width: 250px; }