Last change
on this file since 120 was
119,
checked in by peter, 9 years ago
|
#15: Use Plack::Middleware::Static to serve static assets.
Moved the CSS and Javascript for creating the popup window into external static assets.
|
File size:
1.2 KB
|
Rev | Line | |
---|
[119] | 1 | a:hover { |
---|
| 2 | text-decoration: none; |
---|
| 3 | } |
---|
| 4 | .edit { |
---|
| 5 | font-size: .85em; |
---|
| 6 | } |
---|
| 7 | input, select { |
---|
| 8 | font-size: .875em; |
---|
| 9 | font-family: 'DejaVu Sans', sans-serif; |
---|
| 10 | } |
---|
| 11 | body, th, td { |
---|
| 12 | margin: 0; |
---|
| 13 | font-size: .75em; |
---|
| 14 | font-family: 'DejaVu Sans', sans-serif; |
---|
| 15 | } |
---|
| 16 | ul { |
---|
| 17 | margin: 0; |
---|
| 18 | padding: 0; |
---|
| 19 | } |
---|
| 20 | ul.main { |
---|
| 21 | height: 60%; |
---|
| 22 | border-top: 6px solid #eee; |
---|
| 23 | border-bottom: 6px solid #eee; |
---|
| 24 | } |
---|
| 25 | .alternate-links { |
---|
| 26 | margin: .5em .25em; |
---|
| 27 | } |
---|
| 28 | .alternate-links li { |
---|
| 29 | display: inline; |
---|
| 30 | } |
---|
| 31 | .alternate-links li+li:before { |
---|
| 32 | content: ' | '; |
---|
| 33 | color: #ccc; |
---|
| 34 | } |
---|
| 35 | .refine { |
---|
| 36 | height: 15%; |
---|
| 37 | } |
---|
| 38 | .refine form { |
---|
| 39 | margin: 0; |
---|
| 40 | } |
---|
| 41 | .buttons { |
---|
| 42 | margin: .5em; |
---|
| 43 | } |
---|
| 44 | .cotags { |
---|
| 45 | height: 75%; |
---|
| 46 | border-top: 1px dotted #999; |
---|
| 47 | border-bottom: 1px dotted #999; |
---|
| 48 | } |
---|
| 49 | ul.main, ul.cotags { |
---|
| 50 | overflow-y: scroll !important; |
---|
| 51 | } |
---|
| 52 | li { |
---|
| 53 | padding: .25em 0 0 .25em; |
---|
| 54 | color: #999; |
---|
| 55 | white-space: nowrap; |
---|
| 56 | list-style-type: none; |
---|
| 57 | } |
---|
| 58 | th { |
---|
| 59 | text-align: right; |
---|
| 60 | font-weight: normal; |
---|
| 61 | } |
---|
| 62 | form { |
---|
| 63 | margin: .5em; |
---|
| 64 | } |
---|
| 65 | p { |
---|
| 66 | margin: .5em; |
---|
| 67 | } |
---|
| 68 | .tags a { |
---|
| 69 | color: #999; |
---|
| 70 | text-decoration: none; |
---|
| 71 | } |
---|
| 72 | .tags a:hover { |
---|
| 73 | text-decoration: underline; |
---|
| 74 | } |
---|
| 75 | .tags { |
---|
| 76 | color: #999; |
---|
| 77 | margin-top: .125em; |
---|
| 78 | margin-left: 3em; |
---|
| 79 | font-size: .875em; |
---|
| 80 | } |
---|
| 81 | .pagination { |
---|
| 82 | margin: .5em; |
---|
| 83 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.