summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorSimon Rettberg2018-02-23 15:26:17 +0100
committerSimon Rettberg2018-02-23 15:26:17 +0100
commitf73a41753d2608187a0c85a28e419b8ea839d671 (patch)
tree9840537659ccec54ae4535ce7b1f3cd07b6835b5 /style
parent[locations] Fix location list: Filter invalid location ids (diff)
downloadslx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.gz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.tar.xz
slx-admin-f73a41753d2608187a0c85a28e419b8ea839d671.zip
[adduser] Extend module to simple user manager (add/edit/remove)
TODO: Assign roles
Diffstat (limited to 'style')
-rw-r--r--style/default.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/style/default.css b/style/default.css
index a9d45681..10cbd5ac 100644
--- a/style/default.css
+++ b/style/default.css
@@ -11,20 +11,6 @@ body {
background-image: url('bg.png');
}
-.form-adduser {
- max-width: 600px;
- padding: 10px;
- margin: 0 auto;
-}
-.form-adduser .form-control {
- position: relative;
- font-size: 16px;
- height: auto;
- padding: 10px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
-}
.form-narrow {
max-width: 320px;
}