Adjusted bootstrap 3.3.7 and CSS
authorMarcelo Pires de Almeida <m4rc3lo.almeida@gmail.com>
Sun, 21 Apr 2019 19:54:53 +0000 (16:54 -0300)
committerRobert Treat <xzilla@users.noreply.github.com>
Fri, 19 Jul 2019 15:15:54 +0000 (11:15 -0400)
themes/bootstrap/global.css
themes/gotar/global.css

index ab8c7613cdd813ff467a5721345fa31743ae1cfc..0477325c8459eb913ae719bb0067193d8e86fd3b 100644 (file)
@@ -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;
index 5b69318914f231b89580f98d5e083c19883c6901..6113ef6f998cfb41803fd91ea741b5f99a804d2f 100644 (file)
@@ -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;
 }