PluginProbe
Easy Quotes / trunk
Easy Quotes vtrunk
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 All 28 releases
easy-quotes / admin / css / style.css

style.css in Easy Quotes trunk, at admin/css/style.css

32 lines 445 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * #.# Styles
3 *
4 * CSS for Backend Post-Type Meta 'quote'.
5 */
6
7 #quote-meta .form-row {
8 color: #666;
9 margin-bottom: 10px;
10 }
11
12 #quote-meta .form-row input {
13 width: 100%;
14 }
15
16 #quote-meta .form-row:last-child {
17 margin-bottom: 0;
18 }
19
20 .la-rating-stars {
21 max-width: 300px;
22 }
23
24 .column-quote_rating .la-rating-stars {
25 float: left;
26 width: 90px;
27 margin-right: 5%;
28 }
29
30 .column-quote_rating span {
31 white-space: nowrap;
32 }