diff options
author | Marcelo Pires de Almeida | 2019-04-21 19:54:53 +0000 |
---|---|---|
committer | Robert Treat | 2019-07-19 15:15:54 +0000 |
commit | c7521813b599630d67e5368dd79e79cb297ee23c (patch) | |
tree | e840fe5045cb68ec92770720142404ca9e0f2d6a | |
parent | e61ebc0ae974400a27cec095763873b3f42356e6 (diff) |
Adjusted bootstrap 3.3.7 and CSS
-rw-r--r-- | themes/bootstrap/global.css | 4 | ||||
-rw-r--r-- | themes/gotar/global.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/bootstrap/global.css b/themes/bootstrap/global.css index ab8c7613..0477325c 100644 --- a/themes/bootstrap/global.css +++ b/themes/bootstrap/global.css @@ -1,5 +1,5 @@ @import url(../global.css); -@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.2.2/css/bootstrap.min.css); +@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css); /** * Default style sheet */ @@ -29,7 +29,7 @@ body.bottombar { text-align: left; } h2 { - color: #336699 !important + color: #336699 !important; font-weight: bold; border: 2px solid #DFFBFD; diff --git a/themes/gotar/global.css b/themes/gotar/global.css index 5b693189..6113ef6f 100644 --- a/themes/gotar/global.css +++ b/themes/gotar/global.css @@ -169,7 +169,7 @@ td:not(.constraint_cell) a:not(.help), th a { display:inline-block; height:100% td.crumb a, td.tab a { width:90% } tr.data1 a, tr.data2 a { width:100% } td.opbutton1 a, td.opbutton2 a { width:inherit } -td a.help { display:inline; position:absolute; width:10px; } +td a.help { display:inline; position:absolute; min-width:10px; } a.pagenav { display:inline-block; min-width:15px; } a.toplink { display:inline } a:active { @@ -258,5 +258,5 @@ div.logo { display:none } div.logo a { display: block; height: 100%; - color: transparent: + color: transparent; } |