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




commit e1b2e3dc90a0f6b1173e87d6a0c386f07fe07610
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 | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/common/static/css/template.css b/common/static/css/template.css
index b27e2e13..1ab3e950 100644
--- a/common/static/css/template.css
+++ b/common/static/css/template.css
@@ -528,6 +528,18 @@ 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;
+       background-size: 10px;
 }
 
 /* Input Forms */


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