aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css')
-rw-r--r--src/css/bootswatch-lumen.less3
-rw-r--r--src/css/bootswatch-superhero.less3
-rw-r--r--src/css/forms.less12
-rw-r--r--src/css/general.less4
-rw-r--r--src/css/profile.less3
-rw-r--r--src/css/style.less1
6 files changed, 24 insertions, 2 deletions
diff --git a/src/css/bootswatch-lumen.less b/src/css/bootswatch-lumen.less
new file mode 100644
index 0000000..91e1dcb
--- /dev/null
+++ b/src/css/bootswatch-lumen.less
@@ -0,0 +1,3 @@
+.header {
+ margin-top: 6px;
+} \ No newline at end of file
diff --git a/src/css/bootswatch-superhero.less b/src/css/bootswatch-superhero.less
new file mode 100644
index 0000000..50e18c8
--- /dev/null
+++ b/src/css/bootswatch-superhero.less
@@ -0,0 +1,3 @@
+.text-muted {
+ color: #abc;
+} \ No newline at end of file
diff --git a/src/css/forms.less b/src/css/forms.less
index 233bde5..2a714ce 100644
--- a/src/css/forms.less
+++ b/src/css/forms.less
@@ -1,3 +1,13 @@
-label {
+#login-block {
+ display: none;
+
+ #login-form {
+ display: inline-block;
+ float: right;
+ margin-bottom: 0.5em;
+ }
+}
+
+form.form-register label {
display: block;
} \ No newline at end of file
diff --git a/src/css/general.less b/src/css/general.less
new file mode 100644
index 0000000..1218018
--- /dev/null
+++ b/src/css/general.less
@@ -0,0 +1,4 @@
+a.no-style {
+ color: inherit !important;
+ text-decoration: inherit !important;
+} \ No newline at end of file
diff --git a/src/css/profile.less b/src/css/profile.less
new file mode 100644
index 0000000..85d708c
--- /dev/null
+++ b/src/css/profile.less
@@ -0,0 +1,3 @@
+#banner-email {
+ font-size: 80%;
+} \ No newline at end of file
diff --git a/src/css/style.less b/src/css/style.less
deleted file mode 100644
index f32a0b2..0000000
--- a/src/css/style.less
+++ /dev/null
@@ -1 +0,0 @@
-@import 'forms.less'; \ No newline at end of file