openrat-cms

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

commit d3e83107976f60aeb7c6dc6ce6a61c28e7e0d43a
parent c4fca7315078bbb5121d3482e50279f59920cb7e
Author: Jan Dankert <devnull@localhost>
Date:   Fri, 15 Mar 2013 21:04:40 +0100

Korrektur: Schriftgröße in Pfeilen auf 0 setzen, dann klappt es auch ;)

Diffstat:
themes/default/css/openrat.css.php | 26+++++++++++++++-----------
themes/default/include/elements.ini.php | 2+-
themes/default/include/html/group.inc.php | 2+-
themes/default/templates/login/login.tpl.src.xml | 2+-
themes/default/templates/title/show.tpl.src.xml | 2+-
5 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/themes/default/css/openrat.css.php b/themes/default/css/openrat.css.php @@ -1891,8 +1891,9 @@ div#header > div > div.arrow-down border-right : 8px solid <?php echo $_GET['title_background_color']; ?>; border-left : 8px solid <?php echo $_GET['title_background_color']; ?>; border-top : 8px solid <?php echo $_GET['inactive_background_color' ]; ?>; - xborder-bottom: 8px solid <?php echo $_GET['title_background_color']; ?>; - + border-bottom: 4px solid <?php echo $_GET['title_background_color' ]; ?>; + margin-top: 4px; +font-size: 0; } @@ -1903,10 +1904,12 @@ div#workbench div.panel div.arrow-down height:0; margin:0px; padding:0px; - border-right: 8px solid transparent; - border-top: 8px solid <?php echo $_GET['title_background_color']; ?>; - border-left: 8px solid transparent; - xborder-bottom: 8px solid transparent; + border-right : 8px solid transparent; + border-top : 8px solid <?php echo $_GET['title_background_color']; ?>; + border-left : 8px solid transparent; + border-bottom : 4px solid transparent; + margin-top: 4px; +font-size: 0; } /* Pfeile */ @@ -1916,11 +1919,12 @@ div#workbench div.panel div.arrow-right height:0; margin:0; padding:0; - xborder-right: 8px solid transparent; - border-top: 4px solid transparent; - border-left: 4px solid <?php echo $_GET['title_background_color']; ?>; - border-bottom: 4px solid transparent; - + border-top: 8px solid transparent; + border-left: 8px solid <?php echo $_GET['title_background_color']; ?>; + border-bottom: 8px solid transparent; + border-right: 4px solid transparent; + margin-left: 4px; + font-size: 0; } /* Geschlossene Fieldsets */ diff --git a/themes/default/include/elements.ini.php b/themes/default/include/elements.ini.php @@ -15,7 +15,7 @@ form = action,subaction,id,name:,target:_self,method:post,enctype:applicatio frame = file,name,scrolling frameset = rows,columns frameset-page=menu -group = title,icon,open:false,class +group = title,icon,open:true,class hidden = name:*,default header = name:,views,back:false editor = name:*,type:* diff --git a/themes/default/include/html/group.inc.php b/themes/default/include/html/group.inc.php @@ -1,5 +1,5 @@ <?php -?><fieldset class="<? echo $attr_open?'open':'' ?>"><?php if(isset($attr_title)) { ?><legend><?php if(isset($attr_icon)) { ?>&nbsp;&nbsp;<img src="<?php echo $image_dir.'icon_'.$attr_icon.IMG_ICON_EXT ?>" align="left" border="0" /><?php } ?><div class="arrow-right closed" /><div class="arrow-down open" />&nbsp;&nbsp;<?php echo encodeHtml($attr_title) ?>&nbsp;&nbsp;</legend><?php } ?><div class="<?php echo $attr_open?'invisible':'' ?>"> +?><fieldset class="<? echo $attr_open?'open':'' ?>"><?php if(isset($attr_title)) { ?><legend><?php if(isset($attr_icon)) { ?>&nbsp;&nbsp;<img src="<?php echo $image_dir.'icon_'.$attr_icon.IMG_ICON_EXT ?>" align="left" border="0" /><?php } ?><div class="arrow-right closed" /><div class="arrow-down open" />&nbsp;&nbsp;<?php echo encodeHtml($attr_title) ?>&nbsp;&nbsp;</legend><?php } ?><div> diff --git a/themes/default/templates/login/login.tpl.src.xml b/themes/default/templates/login/login.tpl.src.xml @@ -125,7 +125,7 @@ <if value="size:dbids" greaterthan="1"> <!-- Mehr als 1 Datenbank zur Auswahl. Auswahlfeld anzeigen. --> - <group title="message:DATABASE" icon="database"> + <group title="message:DATABASE" icon="database" open="true"> <part class="line"> <part class="label"> <label for="dbid"> diff --git a/themes/default/templates/title/show.tpl.src.xml b/themes/default/templates/title/show.tpl.src.xml @@ -1,7 +1,7 @@ <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../template.xsd"> -<if> +<if true="false"> <part class="title"> <image icon="database" align="left"></image> <if present="dbname">