[damned-lies/233-some-css-improvements-for-role-selector] Some CSS improvements for role selector



commit 2cbb25c78caf7b67eca66b19a282c74a7b68405f
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Tue Jun 1 13:24:09 2021 +0200

    Some CSS improvements for role selector

 common/static/css/template.css |  14 ++++++++++++++
 common/static/img/select.png   | Bin 0 -> 489 bytes
 2 files changed, 14 insertions(+)
---
diff --git a/common/static/css/template.css b/common/static/css/template.css
index b27e2e13..4023c630 100644
--- a/common/static/css/template.css
+++ b/common/static/css/template.css
@@ -528,6 +528,20 @@ div#hide-show {
 /*show a foot logo instead of dots in some lists*/
 ul.foot li {
    list-style-image: url(../img/foot-16.png);
+   margin-top: 5px;
+}
+
+.foot li a {
+       float:left;
+       width: 15%;
+}
+
+ul.foot li select {
+       border: solid 1px #4a86cf;
+       border-radius: 5px;
+       -moz-appearance: none;
+       background: url(../img/select.png) no-repeat 95%;
+       background-size: 10px;
 }
 
 /* Input Forms */
diff --git a/common/static/img/select.png b/common/static/img/select.png
new file mode 100644
index 00000000..7b78572f
Binary files /dev/null and b/common/static/img/select.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]