Fossil

Check-in [7eb1b666]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Reduce timeline row borders to allow graph to flow without obstruction. Add css class to the last timeline row.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | skin-blitz
Files: files | file ages | folders
SHA1: 7eb1b666e985ea74f4969f106be69a90aa869c23
User & Date: jmoger 2015-03-31 20:59:13.539
Context
2015-04-03
13:27
Merge the blitz skin enhancements. ... (check-in: 8e975729 user: drh tags: trunk)
2015-03-31
20:59
Reduce timeline row borders to allow graph to flow without obstruction. Add css class to the last timeline row. ... (Closed-Leaf check-in: 7eb1b666 user: jmoger tags: skin-blitz)
17:15
Merge fork on blitz skin updates. ... (check-in: e7d5fcf7 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to skins/blitz/css.txt.
1052
1053
1054
1055
1056
1057
1058


1059
1060
1061
1062
1063


1064
1065
1066
1067
1068
1069
1070
1071




1072
1073
1074














1075
1076
1077
1078
1079
1080
1081

/* Timeline
 * Displays chronologically-ordered check-ins with a branch graph.
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
tr.timelineCurrent {
  border-left: 2px solid orange;
  background-color: #ffc;


}

tr.timelineSelected {
  border-left: 2px solid orange;
  background-color: #ffffe8;


}

tr.timelineCurrent td.timelineTableCell {
}

tr.timelineSpacer {
}





div.timelineDate {
    font-weight: bold;
    white-space: nowrap;














}

a.timelineHistLink {
  text-transform: lowercase;
}

span.timelineComment {







>
>





>
>








>
>
>
>

|
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103

/* Timeline
 * Displays chronologically-ordered check-ins with a branch graph.
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
tr.timelineCurrent {
  border-left: 2px solid orange;
  background-color: #ffc;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

tr.timelineSelected {
  border-left: 2px solid orange;
  background-color: #ffffe8;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;  
}

tr.timelineCurrent td.timelineTableCell {
}

tr.timelineSpacer {
}

tr.timelineBottom td {
  border-bottom: 0;
}

div.timelineDate {
  font-weight: bold;
  white-space: nowrap;
}

td.timelineTime {
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  border-bottom: 0;
}

td.timelineGraph {
  width: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 0;
}

a.timelineHistLink {
  text-transform: lowercase;
}

span.timelineComment {
Changes to skins/blitz_no_logo/css.txt.
1052
1053
1054
1055
1056
1057
1058


1059
1060
1061
1062
1063


1064
1065
1066
1067
1068
1069
1070
1071




1072
1073
1074














1075
1076
1077
1078
1079
1080
1081

/* Timeline
 * Displays chronologically-ordered check-ins with a branch graph.
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
tr.timelineCurrent {
  border-left: 2px solid orange;
  background-color: #ffc;


}

tr.timelineSelected {
  border-left: 2px solid orange;
  background-color: #ffffe8;


}

tr.timelineCurrent td.timelineTableCell {
}

tr.timelineSpacer {
}





div.timelineDate {
    font-weight: bold;
    white-space: nowrap;














}

a.timelineHistLink {
  text-transform: lowercase;
}

span.timelineComment {







>
>





>
>








>
>
>
>

|
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103

/* Timeline
 * Displays chronologically-ordered check-ins with a branch graph.
––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
tr.timelineCurrent {
  border-left: 2px solid orange;
  background-color: #ffc;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

tr.timelineSelected {
  border-left: 2px solid orange;
  background-color: #ffffe8;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

tr.timelineCurrent td.timelineTableCell {
}

tr.timelineSpacer {
}

tr.timelineBottom td {
  border-bottom: 0;
}

div.timelineDate {
  font-weight: bold;
  white-space: nowrap;
}

td.timelineTime {
  vertical-align: top;
  text-align: right;
  white-space: nowrap;
  border-bottom: 0;
}

td.timelineGraph {
  width: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 0;
}

a.timelineHistLink {
  text-transform: lowercase;
}

span.timelineComment {
Changes to src/timeline.c.
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
      pGraph = 0;
    }else{
      int w;
      /* style is not moved to css, because this is
      ** a technical div for the timeline graph
      */
      w = pGraph->mxRail*pGraph->iRailPitch + 28;
      @ <tr><td></td><td>
      @ <div id="grbtm" style="width:%d(w)px;"></div>
      @ </td><td></td></tr>
    }
  }
  @ </table>
  if( fchngQueryInit ) db_finalize(&fchngQuery);
  timeline_output_graph_javascript(pGraph, (tmFlags & TIMELINE_DISJOINT)!=0, 0);







|







585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
      pGraph = 0;
    }else{
      int w;
      /* style is not moved to css, because this is
      ** a technical div for the timeline graph
      */
      w = pGraph->mxRail*pGraph->iRailPitch + 28;
      @ <tr class="timelineBottom"><td></td><td>
      @ <div id="grbtm" style="width:%d(w)px;"></div>
      @ </td><td></td></tr>
    }
  }
  @ </table>
  if( fchngQueryInit ) db_finalize(&fchngQuery);
  timeline_output_graph_javascript(pGraph, (tmFlags & TIMELINE_DISJOINT)!=0, 0);