summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2015-10-28 22:10:06 +0100
committerHarald Eilertsen <haraldei@anduin.net>2015-10-28 22:10:06 +0100
commitf2fd8a63112441171c32da19be8e2349628936a7 (patch)
tree7b310ed31f1842e76b63e155ed6ad40aa22e6588 /public
parentf66bfda4c18ed3fd77981d37be911c38f496d617 (diff)
downloadnorsk-urskog-registrations-f2fd8a63112441171c32da19be8e2349628936a7.tar.gz
norsk-urskog-registrations-f2fd8a63112441171c32da19be8e2349628936a7.tar.bz2
norsk-urskog-registrations-f2fd8a63112441171c32da19be8e2349628936a7.zip
Nicer styling of member add/delete buttons
Diffstat (limited to 'public')
-rw-r--r--public/styles.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/public/styles.css b/public/styles.css
index a6c3f46..7cfb54a 100644
--- a/public/styles.css
+++ b/public/styles.css
@@ -10,6 +10,11 @@ label {
vertical-align: top;
}
+.member-info label {
+ display: inline;
+ text-align: left;
+}
+
.required:after {
content: " *";
color: darkred;
@@ -30,10 +35,28 @@ input[type=text], textarea {
border-bottom: 1px solid darkslateblue;
background-color: whitesmoke;
color: darkslateblue;
+ width: 10cm;
font-size: large;
}
+.member-info input[type=text] {
+ width: 7cm;
+}
+
+.delete-member-button {
+ background-color: #a00;
+ color: white;
+ border: 1px dotted #800;
+ border-radius: 5px;
+}
+
+#add-member-button {
+ background-color: #0a0;
+ border: 1px dotted #080;
+ border-radius: 5px;
+}
+
.song-info, .member-info {
padding-left: 1em;
}