[damned-lies/233-some-css-improvements-for-role-selector] Some CSS improvements for role selector
- From: Guillaume Bernard <gbernard src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies/233-some-css-improvements-for-role-selector] Some CSS improvements for role selector
- Date: Fri, 25 Jun 2021 07:22:42 +0000 (UTC)
commit 5608b73e93cd85250ea435098fd16b09dd0430a5
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]