summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorBjörn Geiger2011-06-28 11:25:24 +0200
committerBjörn Geiger2011-06-28 11:25:24 +0200
commite32e794a9062f1a78c41258b1f476d5cd15269a8 (patch)
tree517e3cab06ec2af98613822f166d1338e8218511 /public
parentFehler in Mapper korrigiert (diff)
downloadpoolctrl-e32e794a9062f1a78c41258b1f476d5cd15269a8.tar.gz
poolctrl-e32e794a9062f1a78c41258b1f476d5cd15269a8.tar.xz
poolctrl-e32e794a9062f1a78c41258b1f476d5cd15269a8.zip
CSS korrigiert
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css224
1 files changed, 224 insertions, 0 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 0c076ab..b5b5640 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -516,3 +516,227 @@ table.json td {
display: none;
}
+
+.dashboard ul {
+ padding: 0px;
+}
+
+.dashboard li {
+ list-style: none;
+ border: 1px solid black;
+ -moz-border-radius: 1em 4em 1em 4em;
+ border-radius: 1em 4em 1em 4em;
+ padding: 10px 40px;
+ margin: 10px;
+ background-color: #FFF;
+}
+
+.dashboard a {
+ color: #000;
+ text-decoration: none;
+}
+
+.bottomimg {
+ text-align: center;
+}
+
+fieldset legend{
+ font-weight: bold;
+ font-size:14px;
+}
+fieldset {
+ border:none;
+ border-top:1px solid black;
+}
+
+#rights-element dl fieldset dt {
+ width: 325px;
+}
+
+#rights-element dl fieldset {
+ margin-bottom: 10px;
+ width: 350px;
+}
+
+#fieldset-rights {
+ margin-top: 10px;
+ border: 0px;
+ margin-left: 0;
+ padding: 0;
+}
+
+#fieldset-rights legend {
+ padding-left: 0;
+}
+
+#fieldset-rights dl legend {
+ padding-left: 2px;
+}
+
+#rights-element dd {
+ margin-left: 0px;
+}
+
+#rights-element {
+ margin-left: 0px;
+}
+
+#rights-label {
+ width: 0px;
+}
+
+/* */
+.listelement {
+ clear: both;
+ padding-top: 10px;
+ margin: 10px 0px;
+}
+
+.listelement .element {
+ border: 1px solid black;
+ margin: 5px 0px;
+ padding: 5px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ background-color: white;
+}
+
+.listelement .element:nth-child(even) {
+ background-color: #F0F8FF;
+}
+
+.listelement .element:hover {
+ background-color: #97BDE7;
+ border-color: #214687;
+}
+
+.listelement .element .number {
+ font-size: 28px;
+ clear:left;
+ float: left;
+ padding: 0px 5px 0px 0px;
+ width: 40px;
+ text-align: center;
+ color: #CCC;
+ font-style: italic;
+ font-weight: bold;
+ line-height:26px;
+}
+.listelement .element .smallnumber{
+ font-size: 10px;
+ float: left;
+ padding: 0px 5px 0px 0px;
+ width: 40px;
+ text-align: center;
+ color: #CCC;
+ font-weight: bold;
+ line-height:12px;
+}
+.listelement .element .content {
+ margin-left: 50px;
+}
+
+.listelement .element .content .title {
+ font-weight: bold;
+ font-size: 1.2em;
+}
+
+.listelement .element .content .subtitle {
+ font-style: italic;
+}
+
+.listelement .element .actions {
+ float: right;
+ padding-right: 5px;
+}
+
+.listelement .element .actions a {
+ line-height: 14px;
+ padding-right: 4px;
+}
+
+.listelement .element .details {
+ margin: 0px 20px 0px 10px;
+}
+
+.listelement .element .dispnone {
+ display: none;
+}
+
+.listelement .element .details label {
+ float: left;
+ font-style: italic;
+ font-weight: bold;
+ width: 110px;
+}
+
+.listelement .element .details div.item {
+ display: block;
+}
+
+.listelement .highlight {
+ background-color: #FFF5CC !important;
+}
+
+.listelement .checked {
+ background-image: url('/media/img/checked.png');
+ background-repeat: no-repeat;
+ background-position: 15px center;
+}
+
+.detailelement {
+ clear: both;
+ padding-top: 10px;
+ margin: 10px 0px;
+}
+
+.detailelement .element {
+ border: 1px solid black;
+ margin: 5px 0px;
+ padding: 5px;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+ background-color: white;
+}
+
+.detailelement .element:nth-child(even) {
+ background-color: #F0F8FF;
+}
+
+.detailelement .element .content {
+ margin-left: 50px;
+}
+
+.detailelement .element .content .title {
+ font-weight: bold;
+ font-size: 1.2em;
+}
+
+.searchvars {
+ border: 1px solid #000;
+ background-color: #FFFFBB;
+ display: none;
+ padding: 6px;
+ clear: both;
+ -moz-border-radius: 3px;
+ border-radius: 3px;
+}
+
+.searchvars div.head {
+ font-weight: bold;
+}
+
+.searchvars div.code {
+ margin-left: 10px;
+ display: inline;
+ color: #666;
+}
+
+#uncheckAll-label {
+ width: 5px;
+}
+
+.noBold {
+ font-weight: normal;
+}
+