Fossil SCM

Merge blitz enhancements to trunk.

drh 2015-03-16 14:25 trunk merge
Commit 127ee1f5723405832a9895efd367e8f93fe90818
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -464,11 +464,11 @@
464464
font-weight: 400;
465465
color: #ccc;
466466
}
467467
468468
pre, code {
469
- font-size: 1.3rem;
469
+ font-size: 1.2rem;
470470
}
471471
472472
body {
473473
font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
474474
line-height: 1.5;
@@ -857,11 +857,10 @@
857857
858858
.mainmenu li {
859859
outline: 0;
860860
display: block;
861861
float: left;
862
- padding: 10px 15px;
863862
margin: 0;
864863
}
865864
866865
.mainmenu li.active {
867866
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEQAACxEBf2RfkQAAAAd0SU1FB90FDxEXAZ2XRzAAAABJSURBVCjPY2CgBzhz5sx/QmoYiTXAxMSEkWRDsLkAl0GMpHoBm0EoAlu3bmUQFxcnGAboBjEhc4gxAJtLGUmJBVwuYiTXAGSDAIx5IBObnuVxAAAAAElFTkSuQmCC);
@@ -868,12 +867,13 @@
868867
background-repeat: no-repeat;
869868
background-position: center bottom;
870869
}
871870
872871
.mainmenu li a {
873
- color: #3b5c6b;
874
- display: block;
872
+ color: #3b5c6b;
873
+ display: block;
874
+ padding: 10px 15px;
875875
}
876876
877877
.mainmenu li.active a {
878878
font-weight: bold;
879879
}
@@ -1072,17 +1072,15 @@
10721072
font-weight: bold;
10731073
white-space: nowrap;
10741074
}
10751075
10761076
a.timelineHistLink {
1077
- text-transform: uppercase;
1077
+ text-transform: lowercase;
10781078
}
10791079
10801080
span.timelineComment {
1081
- /* make the span behave like a div */
1082
- /* padding: 10px 20px;*/
1083
- /* display: block;*/
1081
+ padding: 0px 5px;
10841082
}
10851083
10861084
10871085
/* Login/Loguot
10881086
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -1097,17 +1095,22 @@
10971095
table.login_out td {
10981096
border: 0;
10991097
}
11001098
11011099
1102
-/* Miscellaneous
1100
+/* Diff displays
11031101
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1104
-.udiff, .sbsdiff {
1105
- font-size: .85em !important;
1106
- overflow: auto;
1107
- border: 1px solid #ccc;
1108
- border-radius: 5px;
1102
+pre.udiff, table.sbsdiffcols {
1103
+ width: 100%;
1104
+ overflow: auto;
1105
+ border: 1px solid #ccc;
1106
+ padding: 5px;
1107
+ font-size: 1rem;
1108
+}
1109
+
1110
+pre.udiff:focus, table.sbsdiffcols:focus {
1111
+ outline: none;
11091112
}
11101113
11111114
11121115
/* Ticket Reports
11131116
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
11141117
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -464,11 +464,11 @@
464 font-weight: 400;
465 color: #ccc;
466 }
467
468 pre, code {
469 font-size: 1.3rem;
470 }
471
472 body {
473 font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
474 line-height: 1.5;
@@ -857,11 +857,10 @@
857
858 .mainmenu li {
859 outline: 0;
860 display: block;
861 float: left;
862 padding: 10px 15px;
863 margin: 0;
864 }
865
866 .mainmenu li.active {
867 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEQAACxEBf2RfkQAAAAd0SU1FB90FDxEXAZ2XRzAAAABJSURBVCjPY2CgBzhz5sx/QmoYiTXAxMSEkWRDsLkAl0GMpHoBm0EoAlu3bmUQFxcnGAboBjEhc4gxAJtLGUmJBVwuYiTXAGSDAIx5IBObnuVxAAAAAElFTkSuQmCC);
@@ -868,12 +867,13 @@
868 background-repeat: no-repeat;
869 background-position: center bottom;
870 }
871
872 .mainmenu li a {
873 color: #3b5c6b;
874 display: block;
 
875 }
876
877 .mainmenu li.active a {
878 font-weight: bold;
879 }
@@ -1072,17 +1072,15 @@
1072 font-weight: bold;
1073 white-space: nowrap;
1074 }
1075
1076 a.timelineHistLink {
1077 text-transform: uppercase;
1078 }
1079
1080 span.timelineComment {
1081 /* make the span behave like a div */
1082 /* padding: 10px 20px;*/
1083 /* display: block;*/
1084 }
1085
1086
1087 /* Login/Loguot
1088 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -1097,17 +1095,22 @@
1097 table.login_out td {
1098 border: 0;
1099 }
1100
1101
1102 /* Miscellaneous
1103 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1104 .udiff, .sbsdiff {
1105 font-size: .85em !important;
1106 overflow: auto;
1107 border: 1px solid #ccc;
1108 border-radius: 5px;
 
 
 
 
 
1109 }
1110
1111
1112 /* Ticket Reports
1113 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1114
--- skins/blitz/css.txt
+++ skins/blitz/css.txt
@@ -464,11 +464,11 @@
464 font-weight: 400;
465 color: #ccc;
466 }
467
468 pre, code {
469 font-size: 1.2rem;
470 }
471
472 body {
473 font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
474 line-height: 1.5;
@@ -857,11 +857,10 @@
857
858 .mainmenu li {
859 outline: 0;
860 display: block;
861 float: left;
 
862 margin: 0;
863 }
864
865 .mainmenu li.active {
866 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEQAACxEBf2RfkQAAAAd0SU1FB90FDxEXAZ2XRzAAAABJSURBVCjPY2CgBzhz5sx/QmoYiTXAxMSEkWRDsLkAl0GMpHoBm0EoAlu3bmUQFxcnGAboBjEhc4gxAJtLGUmJBVwuYiTXAGSDAIx5IBObnuVxAAAAAElFTkSuQmCC);
@@ -868,12 +867,13 @@
867 background-repeat: no-repeat;
868 background-position: center bottom;
869 }
870
871 .mainmenu li a {
872 color: #3b5c6b;
873 display: block;
874 padding: 10px 15px;
875 }
876
877 .mainmenu li.active a {
878 font-weight: bold;
879 }
@@ -1072,17 +1072,15 @@
1072 font-weight: bold;
1073 white-space: nowrap;
1074 }
1075
1076 a.timelineHistLink {
1077 text-transform: lowercase;
1078 }
1079
1080 span.timelineComment {
1081 padding: 0px 5px;
 
 
1082 }
1083
1084
1085 /* Login/Loguot
1086 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -1097,17 +1095,22 @@
1095 table.login_out td {
1096 border: 0;
1097 }
1098
1099
1100 /* Diff displays
1101 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1102 pre.udiff, table.sbsdiffcols {
1103 width: 100%;
1104 overflow: auto;
1105 border: 1px solid #ccc;
1106 padding: 5px;
1107 font-size: 1rem;
1108 }
1109
1110 pre.udiff:focus, table.sbsdiffcols:focus {
1111 outline: none;
1112 }
1113
1114
1115 /* Ticket Reports
1116 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1117
--- skins/blitz_no_logo/css.txt
+++ skins/blitz_no_logo/css.txt
@@ -464,11 +464,11 @@
464464
font-weight: 400;
465465
color: #ccc;
466466
}
467467
468468
pre, code {
469
- font-size: 1.3rem;
469
+ font-size: 1.2rem;
470470
}
471471
472472
body {
473473
font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
474474
line-height: 1.5;
@@ -857,11 +857,10 @@
857857
858858
.mainmenu li {
859859
outline: 0;
860860
display: block;
861861
float: left;
862
- padding: 10px 15px;
863862
margin: 0;
864863
}
865864
866865
.mainmenu li.active {
867866
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEQAACxEBf2RfkQAAAAd0SU1FB90FDxEXAZ2XRzAAAABJSURBVCjPY2CgBzhz5sx/QmoYiTXAxMSEkWRDsLkAl0GMpHoBm0EoAlu3bmUQFxcnGAboBjEhc4gxAJtLGUmJBVwuYiTXAGSDAIx5IBObnuVxAAAAAElFTkSuQmCC);
@@ -868,12 +867,13 @@
868867
background-repeat: no-repeat;
869868
background-position: center bottom;
870869
}
871870
872871
.mainmenu li a {
873
- color: #3b5c6b;
874
- display: block;
872
+ color: #3b5c6b;
873
+ display: block;
874
+ padding: 10px 15px;
875875
}
876876
877877
.mainmenu li.active a {
878878
font-weight: bold;
879879
}
@@ -1072,17 +1072,15 @@
10721072
font-weight: bold;
10731073
white-space: nowrap;
10741074
}
10751075
10761076
a.timelineHistLink {
1077
- text-transform: uppercase;
1077
+ text-transform: lowercase;
10781078
}
10791079
10801080
span.timelineComment {
1081
- /* make the span behave like a div */
1082
- /* padding: 10px 20px;*/
1083
- /* display: block;*/
1081
+ padding: 0px 5px;
10841082
}
10851083
10861084
10871085
/* Login/Loguot
10881086
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -1097,17 +1095,22 @@
10971095
table.login_out td {
10981096
border: 0;
10991097
}
11001098
11011099
1102
-/* Miscellaneous
1100
+/* Diff displays
11031101
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1104
-.udiff, .sbsdiff {
1105
- font-size: .85em !important;
1106
- overflow: auto;
1107
- border: 1px solid #ccc;
1108
- border-radius: 5px;
1102
+pre.udiff, table.sbsdiffcols {
1103
+ width: 100%;
1104
+ overflow: auto;
1105
+ border: 1px solid #ccc;
1106
+ padding: 0px 5px;
1107
+ font-size: 1rem;
1108
+}
1109
+
1110
+pre.udiff:focus, table.sbsdiffcols:focus {
1111
+ outline: none;
11091112
}
11101113
11111114
11121115
/* Ticket Reports
11131116
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
11141117
--- skins/blitz_no_logo/css.txt
+++ skins/blitz_no_logo/css.txt
@@ -464,11 +464,11 @@
464 font-weight: 400;
465 color: #ccc;
466 }
467
468 pre, code {
469 font-size: 1.3rem;
470 }
471
472 body {
473 font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
474 line-height: 1.5;
@@ -857,11 +857,10 @@
857
858 .mainmenu li {
859 outline: 0;
860 display: block;
861 float: left;
862 padding: 10px 15px;
863 margin: 0;
864 }
865
866 .mainmenu li.active {
867 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEQAACxEBf2RfkQAAAAd0SU1FB90FDxEXAZ2XRzAAAABJSURBVCjPY2CgBzhz5sx/QmoYiTXAxMSEkWRDsLkAl0GMpHoBm0EoAlu3bmUQFxcnGAboBjEhc4gxAJtLGUmJBVwuYiTXAGSDAIx5IBObnuVxAAAAAElFTkSuQmCC);
@@ -868,12 +867,13 @@
868 background-repeat: no-repeat;
869 background-position: center bottom;
870 }
871
872 .mainmenu li a {
873 color: #3b5c6b;
874 display: block;
 
875 }
876
877 .mainmenu li.active a {
878 font-weight: bold;
879 }
@@ -1072,17 +1072,15 @@
1072 font-weight: bold;
1073 white-space: nowrap;
1074 }
1075
1076 a.timelineHistLink {
1077 text-transform: uppercase;
1078 }
1079
1080 span.timelineComment {
1081 /* make the span behave like a div */
1082 /* padding: 10px 20px;*/
1083 /* display: block;*/
1084 }
1085
1086
1087 /* Login/Loguot
1088 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -1097,17 +1095,22 @@
1097 table.login_out td {
1098 border: 0;
1099 }
1100
1101
1102 /* Miscellaneous
1103 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1104 .udiff, .sbsdiff {
1105 font-size: .85em !important;
1106 overflow: auto;
1107 border: 1px solid #ccc;
1108 border-radius: 5px;
 
 
 
 
 
1109 }
1110
1111
1112 /* Ticket Reports
1113 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1114
--- skins/blitz_no_logo/css.txt
+++ skins/blitz_no_logo/css.txt
@@ -464,11 +464,11 @@
464 font-weight: 400;
465 color: #ccc;
466 }
467
468 pre, code {
469 font-size: 1.2rem;
470 }
471
472 body {
473 font-size: 1.4em; /* currently ems cause chrome bug misinterpreting rems on body element */
474 line-height: 1.5;
@@ -857,11 +857,10 @@
857
858 .mainmenu li {
859 outline: 0;
860 display: block;
861 float: left;
 
862 margin: 0;
863 }
864
865 .mainmenu li.active {
866 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEQAACxEBf2RfkQAAAAd0SU1FB90FDxEXAZ2XRzAAAABJSURBVCjPY2CgBzhz5sx/QmoYiTXAxMSEkWRDsLkAl0GMpHoBm0EoAlu3bmUQFxcnGAboBjEhc4gxAJtLGUmJBVwuYiTXAGSDAIx5IBObnuVxAAAAAElFTkSuQmCC);
@@ -868,12 +867,13 @@
867 background-repeat: no-repeat;
868 background-position: center bottom;
869 }
870
871 .mainmenu li a {
872 color: #3b5c6b;
873 display: block;
874 padding: 10px 15px;
875 }
876
877 .mainmenu li.active a {
878 font-weight: bold;
879 }
@@ -1072,17 +1072,15 @@
1072 font-weight: bold;
1073 white-space: nowrap;
1074 }
1075
1076 a.timelineHistLink {
1077 text-transform: lowercase;
1078 }
1079
1080 span.timelineComment {
1081 padding: 0px 5px;
 
 
1082 }
1083
1084
1085 /* Login/Loguot
1086 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -1097,17 +1095,22 @@
1095 table.login_out td {
1096 border: 0;
1097 }
1098
1099
1100 /* Diff displays
1101 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1102 pre.udiff, table.sbsdiffcols {
1103 width: 100%;
1104 overflow: auto;
1105 border: 1px solid #ccc;
1106 padding: 0px 5px;
1107 font-size: 1rem;
1108 }
1109
1110 pre.udiff:focus, table.sbsdiffcols:focus {
1111 outline: none;
1112 }
1113
1114
1115 /* Ticket Reports
1116 ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
1117

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button