summaryrefslogtreecommitdiff
path: root/talerbackoffice/backoffice/static/backoffice.css
diff options
context:
space:
mode:
Diffstat (limited to 'talerbackoffice/backoffice/static/backoffice.css')
-rw-r--r--talerbackoffice/backoffice/static/backoffice.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/talerbackoffice/backoffice/static/backoffice.css b/talerbackoffice/backoffice/static/backoffice.css
index 0e41201..4cf50e9 100644
--- a/talerbackoffice/backoffice/static/backoffice.css
+++ b/talerbackoffice/backoffice/static/backoffice.css
@@ -1,3 +1,26 @@
+
+/**
+ * Next two makes the "langs" menu stick
+ * to the right side of the screen, avoiding
+ * the overlapping between the menu and next
+ * 'p' element.
+ */
+#langs {
+ float: right;
+}
+
+.clear {
+ clear: both;
+}
+
+#langs ul {
+ list-style: none;
+}
+
+#langs li {
+ display: inline;
+}
+
.logo-text {
text-align: center;
margin-top: 0pt;