Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1334)

Side by Side Diff: MoinMoin/themes/foobar/static/css/stylus/main.styl

Issue 115790043: Defined css for +tickets view for foobar theme (Closed)
Patch Set: minor change Created 10 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « MoinMoin/themes/foobar/static/css/common.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // moin2 foobar theme css 1 // moin2 foobar theme css
2 // stylus bug - https://github.com/LearnBoost/stylus/issues/790 2 // stylus bug - https://github.com/LearnBoost/stylus/issues/790
3 // do NOT end comment lines with colon until the bug is fixed 3 // do NOT end comment lines with colon until the bug is fixed
4 4
5 // includes comments with notice regarding automatically generated css and licen sing 5 // includes comments with notice regarding automatically generated css and licen sing
6 @import "notice.css" 6 @import "notice.css"
7 7
8 // reset all browser-specific default to have common defaults everywhere 8 // reset all browser-specific default to have common defaults everywhere
9 @import "reset.css" 9 @import "reset.css"
10 10
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 .moin-suggestions 1170 .moin-suggestions
1171 padding-left 14px 1171 padding-left 14px
1172 1172
1173 /* fix tests -- currently checking <big> and <small> */ 1173 /* fix tests -- currently checking <big> and <small> */
1174 @media print 1174 @media print
1175 #moin-global-tray 1175 #moin-global-tray
1176 #moin-local-panel 1176 #moin-local-panel
1177 #moin-footer 1177 #moin-footer
1178 #moin-searchform 1178 #moin-searchform
1179 display none 1179 display none
1180
RogerHaase 2014/07/14 16:02:38 this must be placed above that @media print to eli
1181 .tablesorter-header
1182 background-image url('../../../../static/img/bg.png')
1183 background-repeat no-repeat
1184 background-position left center
1185 padding-left 20px
1186 cursor pointer
1187
1188 .tablesorter-headerAsc
1189 background-image url('../../../../static/img/asc.png')
1190
1191 .tablesorter-headerDesc
1192 background-image url('../../../../static/img/desc.png')
1193
1194 .tablesorter-header.sorter-false
1195 background-image None
1196
1197 #ticket-summary
1198 width 50%
1199
1200 #ticket-list
1201 float right
1202 width 85%
1203
1204 #ticket-table-tip
1205 float right
1206 width 85%
1207 color shadow_color
1208
1209 #moin-ticketsearch-query
1210 background-image url('../../../../static/img/search.png')
1211 background-repeat no-repeat
1212 background-position 5px
1213 padding-left 24px
1214 width 150px
1215 height 20px
1216 right 40px
1217 position absolute
1218
1219 .moin-ticketsearch-form
1220 display inline
1221
1222 .tickets-sort-button
1223 display inline
1224
1225 .ticket-query-button.active, .ticket-tags-button.active
1226 background-color visited_color
1227
1228 .tickets-sort-button.dropdown
1229 z-index 500
1230
1231 .tickets-sort-button.dropdown ul.dropdown-menu
1232 background-color base_color
1233 padding 0
1234 margin 0
1235 display none
1236 position absolute
1237 li
1238 list-style-type none
1239 display block
1240 position relative
1241 a
1242 display inline
1243
1244 .tickets-sort-button.dropdown:hover ul.dropdown-menu
1245 display inline-block
OLDNEW
« no previous file with comments | « MoinMoin/themes/foobar/static/css/common.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b