diff options
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/design.css | 15 | ||||
-rw-r--r-- | tpl/default/images/interwiki.png | bin | 0 -> 1089 bytes | |||
-rw-r--r-- | tpl/default/main.php | 1 |
3 files changed, 15 insertions, 1 deletions
diff --git a/tpl/default/design.css b/tpl/default/design.css index 2bf7903ea..f25c88935 100644 --- a/tpl/default/design.css +++ b/tpl/default/design.css @@ -87,7 +87,7 @@ textarea.edit { width:100%; } -input.edit { +input.edit,select.edit { font-size: 100%; border: 1px solid #8cacbb; height: 22px !important; @@ -565,3 +565,16 @@ div.search_quickhits { .footerinc a:hover img { opacity: 1; } + +/* ---- Admin --- */ + +div.acladmin label { + text-align: left; + font-weight: normal; + display: inline; +} + +div.acladmin table{ + margin-left: 10%; + width: 80%; +} diff --git a/tpl/default/images/interwiki.png b/tpl/default/images/interwiki.png Binary files differnew file mode 100644 index 000000000..73d6f8d39 --- /dev/null +++ b/tpl/default/images/interwiki.png diff --git a/tpl/default/main.php b/tpl/default/main.php index a19ee3217..091717142 100644 --- a/tpl/default/main.php +++ b/tpl/default/main.php @@ -98,6 +98,7 @@ <?tpl_button('history')?> </div> <div class="bar-right" id="bar_bottomright"> + <?tpl_button('admin')?> <?tpl_button('login')?> <?tpl_button('index')?> <?tpl_button('top')?> |