mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 18:32:44 +02:00
Site Prefs Administration, imageselector SC fix - work in progress
This commit is contained in:
@@ -121,6 +121,7 @@ select.tbox { min-height:17px; padding: 0px; /* setting the height of empty sel
|
||||
.select.time-offset { width: 60px !important; }
|
||||
input.radio { margin-right: 3px; }
|
||||
label { cursor: pointer; }
|
||||
.checkbox { margin-right: 5px; }
|
||||
|
||||
/* Related JS functionality - .autocheck together with .auto-toggle-area (see admin/image.php) */
|
||||
.auto-toggle-area { width: 280px; cursor: pointer; }
|
||||
@@ -131,6 +132,10 @@ label { cursor: pointer; }
|
||||
|
||||
.adminform { width:100%; border:1px solid #ddd;}
|
||||
|
||||
.adminform th { padding: 5px; font-weight: bold; white-space:nowrap; }
|
||||
.adminform td { padding: 5px; }
|
||||
|
||||
|
||||
.adminform td { padding: 5px; text-align: left}
|
||||
.adminform td div.field-spacer { clear: both; margin-bottom: 3px; } /* multi-fields per row separator */
|
||||
|
||||
@@ -300,10 +305,19 @@ input.action { vertical-align: middle; } /* default */
|
||||
input.action.delete {}
|
||||
input.action.edit {}
|
||||
|
||||
/********** Page Loading Status default style */
|
||||
#loading-mask { color: #556B2F; font-size: 1.2em; font-weight:bold; position:absolute; text-align: center; padding: 0; margin: 0; background-color: transparent; }
|
||||
#loading-mask .loader { position: fixed; top: 40%; left: 50%; width: 200px; text-align: center; background: #F0F9E3 none repeat scroll 0 0; border: 2px solid #556B2F; font-weight: bold; padding: 10px 5px; margin-left: -100px; margin-top: 0; }
|
||||
#loading-mask img { margin: 10px auto; }
|
||||
|
||||
/********** Element Loading Status default style */
|
||||
.element-loading-mask { background-repeat: no-repeat; background-position: 50% 50%; background-color: #f5f5f5; }
|
||||
|
||||
/********** Misc */
|
||||
.e-pointer { cursor: pointer; } /* Pointer Hand */
|
||||
.expand-container { padding: 10px; } /* Block with expandable items */
|
||||
.nextprev-bar { clear: both; padding: 5px; font-size: 14px; margin: 5px; border:1px solid #ddd; } /* Page NextPrev nabigation block */
|
||||
.imgselector-container { clear: both; } /* ImageSelector.sc */
|
||||
|
||||
/*******************************************************************************************************************/
|
||||
|
||||
@@ -347,10 +361,12 @@ ul.plugin-navigation ul.sub-nav a.link-active {font-weight: bold;}
|
||||
/******** Block Elements */
|
||||
.block { border: 1px solid #DDDDDD; margin-bottom: 10px;}
|
||||
.block-text { padding: 10px 10px 10px; }
|
||||
.block h2, .block h4 { padding: 5px 10px 5px; border-bottom: 1px solid #DDDDDD; }
|
||||
.block h2.caption, .block h4.caption { padding: 5px 10px 5px; border-bottom: 1px solid #DDDDDD; }
|
||||
.page-info { border: 1px solid #DDDDDD; margin-bottom: 10px; }
|
||||
.page-info p { padding: 10px; }
|
||||
|
||||
#core-banlist-times .textarea { width: 98%; }
|
||||
|
||||
#core-emoticon-configure input.input-text { width: 300px; }
|
||||
#core-links-edit textarea { width: 390px !important; }
|
||||
#core-links-edit .helpbox { width: 390px !important; margin: 5px 0px; }
|
||||
@@ -358,9 +374,6 @@ ul.plugin-navigation ul.sub-nav a.link-active {font-weight: bold;}
|
||||
|
||||
#core-admin-log-config legend { font-weight: bold; }
|
||||
|
||||
#core-admin-log-options .checkbox,
|
||||
#core-admin-log-filter .checkbox { margin-right: 5px; }
|
||||
|
||||
#core-admin-log-maintenance .select { width: 60px; }
|
||||
#core-admin-log-maintenance button { margin-left: 10px; }
|
||||
|
||||
@@ -382,6 +395,19 @@ ul.plugin-navigation ul.sub-nav a.link-active {font-weight: bold;}
|
||||
#core-admin-log-list {}
|
||||
#core-admin-log-confirm-delete {}
|
||||
|
||||
/* administrator.php */
|
||||
#core-administrator-list {} /* List current administrators - Default front page */
|
||||
#core-administrator-edit {} /* Edit administrators permissions */
|
||||
|
||||
/* banlist.php */
|
||||
#core-banlist-options {}
|
||||
#core-banlist-options-ban {}
|
||||
#core-banlist-times {}
|
||||
#core-banlist-edit {}
|
||||
#core-banlist-transfer-export {}
|
||||
#core-banlist-transfer-import {}
|
||||
|
||||
|
||||
/* cache.php */
|
||||
#core-cache-settings {} /* General cache settings - Default front page */
|
||||
|
||||
|
@@ -9,8 +9,8 @@
|
||||
* Admin template - _blank theme
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_themes/_blank/admin_template.php,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2008-12-16 17:23:25 $
|
||||
* $Revision: 1.7 $
|
||||
* $Date: 2008-12-17 17:27:07 $
|
||||
* $Author: secretr $
|
||||
*
|
||||
*/
|
||||
@@ -104,18 +104,18 @@ $BUTTONS_START = '
|
||||
';
|
||||
$BUTTON = '
|
||||
<li>
|
||||
<a class="link" {ONCLICK}>» {LINK_TEXT}</a>
|
||||
<a class="link" href="{LINK_URL}"{ONCLICK}>» {LINK_TEXT}</a>
|
||||
</li>
|
||||
';
|
||||
$BUTTON_OVER = '
|
||||
<li>
|
||||
<a class="link-active" {ONCLICK}>» {LINK_TEXT}</a>
|
||||
<a class="link-active" href="{LINK_URL}"{ONCLICK}>» {LINK_TEXT}</a>
|
||||
</li>
|
||||
';
|
||||
$SUB_BUTTONS_START = '
|
||||
<ul class="plugin-navigation">
|
||||
<li>
|
||||
<a class="link" onclick="expandit(\'{SUB_HEAD_ID}\');" >» {SUB_HEAD}</a>
|
||||
<a class="link" href="{LINK_URL}"onclick="expandit(\'{SUB_HEAD_ID}\');" >» {SUB_HEAD}</a>
|
||||
<ul class="sub-nav" id="{SUB_HEAD_ID}" style="display: none">
|
||||
';
|
||||
$SUB_BUTTON = '
|
||||
|
Reference in New Issue
Block a user