diff options
author | Simon Rettberg | 2016-02-19 15:01:56 +0100 |
---|---|---|
committer | Simon Rettberg | 2016-02-19 15:01:56 +0100 |
commit | 317db874e7964231ac33b5646cc33b1b400a4f29 (patch) | |
tree | 6a1be1c286070ec9f3fd181ccb8fe4fecf47b2fb /style | |
parent | [clientlog] Sanity checks for timestamps (diff) | |
download | slx-admin-317db874e7964231ac33b5646cc33b1b400a4f29.tar.gz slx-admin-317db874e7964231ac33b5646cc33b1b400a4f29.tar.xz slx-admin-317db874e7964231ac33b5646cc33b1b400a4f29.zip |
[locations] New module for managing locations
Diffstat (limited to 'style')
-rw-r--r-- | style/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/style/default.css b/style/default.css index 73e4effa..ebbe3618 100644 --- a/style/default.css +++ b/style/default.css @@ -232,3 +232,13 @@ input[readonly] { overflow: hidden; } +.slx-well { + border: 1px solid #E3E3E3; + border-top: none; + box-shadow: rgba(0,0,0,0.047) 0px 1px 1px 0px inset; + border-radius: 4px; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + margin: 0px; + padding: 19px; +}
\ No newline at end of file |