summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-24 15:53:28 +0100
committerBjörn Geiger2011-03-24 15:53:28 +0100
commit582c214adec00e3e3e928dcffd90e9b68e9abe15 (patch)
tree4e404d539d28fb653232fdad447299904db64d6a /public
parentMembershipSelect nach Login (diff)
downloadpbs2-582c214adec00e3e3e928dcffd90e9b68e9abe15.tar.gz
pbs2-582c214adec00e3e3e928dcffd90e9b68e9abe15.tar.xz
pbs2-582c214adec00e3e3e928dcffd90e9b68e9abe15.zip
ausgewählte Mitgliedschaft kann nun geändert werden
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index c9ad7e8..644f0c2 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -201,7 +201,7 @@ th {
td {
font-size: 12px;
- border: 1px solid #CCC;
+ border: 1px solid #CCC;
}
.addbutton {
@@ -227,6 +227,14 @@ td {
background-color: #FFF5CC;
}
+tr.selectedMembership {
+ background-color: red;
+}
+
+tr.selectedMembership td {
+ padding-left: 3px;
+}
+
.monospace {
font-family: Courier New, monospace;
}
@@ -249,7 +257,8 @@ dl.zend_form dd * {
tr.entry {
background-color: #FFF5CC;
}
-tr.entry td{
+
+tr.entry td {
padding-left: 3px;
}
@@ -330,4 +339,4 @@ td.action img {
background: #FFFFFF url('/media/img/box_info.png') no-repeat;
background-position: 10px center;
color: #777;
-}
+} \ No newline at end of file