openrat-cms

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

commit baebd05517aa2191eae638262b98b515d14b0b0c
parent 14fd33a824e0e1b324a2d1edb53c9ab9867ec7e0
Author: dankert <devnull@localhost>
Date:   Fri, 21 Jan 2011 00:56:23 +0100

CSS für HTML-Fieldset.

Diffstat:
themes/default/css/base.css | 20--------------------
themes/default/css/default.css | 61+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
themes/default/templates/profile/groups.tpl.src.php | 24++++++++++++------------
themes/default/templates/profile/mail.tpl.src.php | 8+++-----
themes/default/templates/profile/pwchange.tpl.src.php | 27++++++++++-----------------
5 files changed, 84 insertions(+), 56 deletions(-)

diff --git a/themes/default/css/base.css b/themes/default/css/base.css @@ -672,26 +672,6 @@ input.searchbutton -/* Zwischen-Ueberschriften */ -fieldset -{ - border-top:1px solid black; - border-bottom:0px; - border-left:0px; - border-right:0px; - margin-top:5px; - margin-bottom:0px; - margin-left:0px; - margin-right:0px; - padding:0px; -} - - -/* Legende */ -legend -{ - font-weight:bold; -} /* Notizen */ diff --git a/themes/default/css/default.css b/themes/default/css/default.css @@ -1 +1,59 @@ -/*@import url("blue.css");*/- \ No newline at end of file + +label +{ + width:30%; + float:left; +} + +input[type='checkbox'] +{ + float:left; +} +input[type='checkbox'] + label +{ + width:80%; + float:left; +} + +label + input +{ + margin-left:0%; +} + + +/* Zwischen-Ueberschriften */ +fieldset +{ + border:1px solid grey; + /* + + border-bottom:0px; + border-left:0px; + border-right:0px; + margin-top:5px; + margin-bottom:0px; + margin-left:0px; + margin-right:0px; + */ + margin:0px; + margin-top:20px; + margin-bottom:20px; + padding:15px; + + -moz-border-radius:5px; /* Mozilla */ + -webkit-border-radius:5px; /* Webkit */ + -khtml-border-radius:5px; /* Konqui */ + border-radius:5px; + /* + -webkit-box-shadow: 3px 2px 5px gray; + -moz-box-shadow: 3px 2px 5px gray; + box-shadow: 3px 2px 5px gray; + */ +} + + +/* Legende */ +legend +{ + font-weight:bold; +} diff --git a/themes/default/templates/profile/groups.tpl.src.php b/themes/default/templates/profile/groups.tpl.src.php @@ -1,14 +1,14 @@ page window icon:user name:user_groups - if empty:groups - row - cell class:help - newline - image notice:warning - text key:NOT_FOUND - newline - newline - list list:groups value:group - row - cell - text var:group + row + cell + fieldset title:message:groups + if empty:groups + newline + image notice:warning + text key:NOT_FOUND + newline + newline + list list:groups value:group + text var:group + newline diff --git a/themes/default/templates/profile/mail.tpl.src.php b/themes/default/templates/profile/mail.tpl.src.php @@ -7,11 +7,9 @@ page row cell colspan:2 fieldset title:message:user_mail - row - cell - text text:user_new_mail - cell - input name:mail + label for:mail + text text:user_new_mail + input name:mail row cell colspan:2 class:act button type:ok diff --git a/themes/default/templates/profile/pwchange.tpl.src.php b/themes/default/templates/profile/pwchange.tpl.src.php @@ -7,24 +7,17 @@ page row cell colspan:2 fieldset title:message:user_act_password - row - cell - text text:user_password - cell - password name:act_password - row - cell colspan:2 + label for:act_password + text text:user_password + password name:act_password fieldset title:message:user_new_password - row - cell - text text:user_new_password - cell - password name:password1 - row - cell - text text:user_new_password_repeat - cell - password name:password2 + label for:password1 + text text:user_new_password + password name:password1 + newline + label for:password2 + text text:user_new_password_repeat + password name:password2 row cell colspan:2 class:act button type:ok