summaryrefslogtreecommitdiffstats
path: root/public/media/css/user.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/media/css/user.css')
-rw-r--r--public/media/css/user.css40
1 files changed, 32 insertions, 8 deletions
diff --git a/public/media/css/user.css b/public/media/css/user.css
index 204d20b..19d86cd 100644
--- a/public/media/css/user.css
+++ b/public/media/css/user.css
@@ -21,14 +21,6 @@
text-align: center;
}
-tr.selectedEntry {
- background-color: red;
-}
-
-tr.selectedEntry td {
- padding-left: 3px;
-}
-
#rights-element dl fieldset dt {
width: 325px;
}
@@ -153,6 +145,34 @@ tr.selectedEntry td {
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;
@@ -175,4 +195,8 @@ tr.selectedEntry td {
#uncheckAll-label {
width: 5px;
+}
+
+.noBold {
+ font-weight: normal;
} \ No newline at end of file