openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 375f64e9c5c1aa06d8d1a7ec43cf743c72d3b3c2
parent 21439f079f2adae2158e0b122c052bc8698b5380
Author: dankert <dankert@laptop-jan>
Date:   Tue, 12 Mar 2013 10:17:49 +0100

Fix: Icons im Titel richtig anzeigen und Text korrigiert.

Diffstat:
themes/default/css/openrat.css.php | 11+++++++++--
themes/default/templates/title/show.tpl.src.xml | 4++--
2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -1413,8 +1413,9 @@ div#dialog div.toolbar-icon { - border:1px solid <?php echo $_GET['inactive_background_color']; ?> !important; + border:1px solid <?php echo $_GET['title_background_color']; ?>; padding:2px; + margin-left:5px; float: left; -moz-border-radius:3px; @@ -1422,9 +1423,15 @@ div.toolbar-icon -khtml-border-radius:3px; border-radius:3px; } +div.toolbar-icon.inactive +{ + opacity:0.5; +} + div.toolbar-icon:hover { - background-color: <?php echo $_GET['title_background_color']; ?> !important; + border:1px solid <?php echo $_GET['inactive_background_color']; ?>; + xxbackground-color: <?php echo $_GET['inactive_background_color']; ?>; } diff --git a/themes/default/templates/title/show.tpl.src.xml b/themes/default/templates/title/show.tpl.src.xml @@ -12,12 +12,12 @@ </part> <part class="toolbar-icon clickable"> - <link type="dialog" subaction="prop" title="message:prop_desc"> + <link type="dialog" subaction="prop" title="message:menu_prop_desc"> <image icon="pageelement" align="left"></image> </link> </part> <part class="toolbar-icon clickable"> - <link type="dialog" subaction="rights" title="message:rights_desc"> + <link type="dialog" subaction="rights" title="message:menu_rights_desc"> <image icon="pageelement" align="left"></image> </link> </part>