summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locations/style.css')
-rw-r--r--modules-available/locations/style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/modules-available/locations/style.css b/modules-available/locations/style.css
index 19950a38..0de0a801 100644
--- a/modules-available/locations/style.css
+++ b/modules-available/locations/style.css
@@ -1,4 +1,4 @@
-table.locations tbody td:nth-of-type(even) {
+table.locations > tbody > tr > td:nth-of-type(even) {
background-color: rgba(0, 0, 0, 0.025);
}
@@ -16,4 +16,12 @@ table.locations tbody td:nth-of-type(even) {
.load-col {
text-align: right;
text-shadow: 1px 1px #fff;
-} \ No newline at end of file
+ margin:0 -5px;
+ min-width: 80px;
+}
+
+.edit-btn {
+ background: inherit;
+ padding:0 2px;
+ text-align: right;
+}