| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <html i18n-values="dir:textdirection;"> | 2 <html i18n-values="dir:textdirection;"> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title i18n-content="title"></title> | 5 <title i18n-content="title"></title> |
| 6 <link rel="icon" href="../../app/theme/history_favicon.png"> | 6 <link rel="icon" href="../../app/theme/history_favicon.png"> |
| 7 <script src="shared/js/local_strings.js"></script> | 7 <script src="shared/js/local_strings.js"></script> |
| 8 <script> | 8 <script> |
| 9 /////////////////////////////////////////////////////////////////////////////// | 9 /////////////////////////////////////////////////////////////////////////////// |
| 10 // Globals: | 10 // Globals: |
| (...skipping 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1109 margin-top:6px; | 1109 margin-top:6px; |
| 1110 overflow:auto; | 1110 overflow:auto; |
| 1111 } | 1111 } |
| 1112 table.results { | 1112 table.results { |
| 1113 margin-left:4px; | 1113 margin-left:4px; |
| 1114 } | 1114 } |
| 1115 .entry .time { | 1115 .entry .time { |
| 1116 color:#888; | 1116 color:#888; |
| 1117 float:left; | 1117 float:left; |
| 1118 min-width:56px; | 1118 min-width:56px; |
| 1119 margin-right:5px; | 1119 -webkit-margin-end:5px; |
| 1120 padding-top:1px; | 1120 padding-top:1px; |
| 1121 white-space:nowrap; | 1121 white-space:nowrap; |
| 1122 } | 1122 } |
| 1123 html[dir='rtl'] .time { | 1123 html[dir='rtl'] .time { |
| 1124 margin-right:0px; | |
| 1125 margin-left:5px; | |
| 1126 float:right; | 1124 float:right; |
| 1127 } | 1125 } |
| 1128 .entry .title { | 1126 .entry .title { |
| 1129 max-width:600px; | 1127 max-width:600px; |
| 1130 overflow: hidden; | 1128 overflow: hidden; |
| 1131 white-space: nowrap; | 1129 white-space: nowrap; |
| 1132 text-overflow: ellipsis; | 1130 text-overflow: ellipsis; |
| 1133 } | 1131 } |
| 1134 .results .time, .results .title { | 1132 .results .time, .results .title { |
| 1135 margin-top:18px; | 1133 margin-top:18px; |
| 1136 } | 1134 } |
| 1137 .title > .starred { | 1135 .title > .starred { |
| 1138 background:url('shared/images/star_small.png'); | 1136 background:url('shared/images/star_small.png'); |
| 1139 background-repeat:no-repeat; | 1137 background-repeat:no-repeat; |
| 1140 display:inline-block; | 1138 display:inline-block; |
| 1141 margin-left:12px; | 1139 -webkit-margin-start:12px; |
| 1142 margin-right:0; | 1140 -webkit-margin-end:0; |
| 1143 width:11px; | 1141 width:11px; |
| 1144 height:11px; | 1142 height:11px; |
| 1145 } | 1143 } |
| 1146 html[dir='rtl'] .title > .starred { | |
| 1147 margin-left:0; | |
| 1148 margin-right:12px; | |
| 1149 } | |
| 1150 .entry .title > a { | 1144 .entry .title > a { |
| 1151 -webkit-box-sizing: border-box; | 1145 -webkit-box-sizing: border-box; |
| 1152 background-repeat:no-repeat; | 1146 background-repeat:no-repeat; |
| 1153 background-size:16px; | 1147 background-size:16px; |
| 1154 background-position:0px 1px; | 1148 background-position:0px 1px; |
| 1155 padding:1px 0px 4px 22px; | 1149 padding:1px 0px 4px 22px; |
| 1156 display:inline-block; | 1150 display:inline-block; |
| 1157 overflow:hidden; | 1151 overflow:hidden; |
| 1158 text-overflow:ellipsis; | 1152 text-overflow:ellipsis; |
| 1159 } | 1153 } |
| 1160 html[dir='rtl'] .entry .title > a { | 1154 html[dir='rtl'] .entry .title > a { |
| 1161 background-position-x:right; | 1155 background-position-x:right; |
| 1162 padding-left:0px; | 1156 padding-left:0px; |
| 1163 padding-right:22px; | 1157 padding-right:22px; |
| 1164 } | 1158 } |
| 1165 #results-pagination { | 1159 #results-pagination { |
| 1166 padding-top:24px; | 1160 padding-top:24px; |
| 1167 margin-left:18px; | 1161 -webkit-margin-start:18px; |
| 1168 } | 1162 } |
| 1169 | 1163 |
| 1170 </style> | 1164 </style> |
| 1171 </head> | 1165 </head> |
| 1172 <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize
:fontsize"> | 1166 <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize
:fontsize"> |
| 1173 <div class="header"> | 1167 <div class="header"> |
| 1174 <a href="" onclick="setSearch(''); return false;"> | 1168 <a href="" onclick="setSearch(''); return false;"> |
| 1175 <img src="shared/images/history_section.png" | 1169 <img src="shared/images/history_section.png" |
| 1176 width="67" height="67" class="logo" border="0"></a> | 1170 width="67" height="67" class="logo" border="0"></a> |
| 1177 <form method="post" action="" | 1171 <form method="post" action="" |
| (...skipping 10 matching lines...) Expand all Loading... |
| 1188 </table> | 1182 </table> |
| 1189 </div> | 1183 </div> |
| 1190 <div id="editing-controls"></div> | 1184 <div id="editing-controls"></div> |
| 1191 <div id="results-display"></div> | 1185 <div id="results-display"></div> |
| 1192 <div id="results-pagination"></div> | 1186 <div id="results-pagination"></div> |
| 1193 </div> | 1187 </div> |
| 1194 <div class="footer"> | 1188 <div class="footer"> |
| 1195 </div> | 1189 </div> |
| 1196 </body> | 1190 </body> |
| 1197 </html> | 1191 </html> |
| OLD | NEW |