1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Language Administration ready; Lancheck - work in progress

This commit is contained in:
secretr
2008-12-15 17:03:25 +00:00
parent 389b084f6e
commit eb8ebadaf7
4 changed files with 422 additions and 239 deletions

View File

@@ -116,9 +116,10 @@ select.tbox { min-height:17px; padding: 0px; /* to set the height for empty sel
.select.order { width: 40px !important; }
.select.time-offset { width: 60px !important; }
input.radio { margin-right: 3px; }
label { cursor: pointer; }
/* Related JS functionality - .autocheck together with .auto-toggle-area (see admin/image.php) */
.auto-toggle-area { width: 280px; }
.auto-toggle-area { width: 280px; cursor: pointer; }
/* form used for settings */
.col-label { width: 250px; }
@@ -293,6 +294,9 @@ input.action {} /* default */
input.delete {}
input.edit {}
/********** Misc */
.e-pointer { cursor: pointer; }
/*******************************************************************************************************************/