css-bootstrap-rails 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -171,7 +171,7 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
|
|
171
171
|
.inputs-list label small{font-size:11px;font-weight:normal;}
|
172
172
|
.inputs-list .inputs-list{margin-left:25px;margin-bottom:10px;padding-top:0;}
|
173
173
|
.inputs-list:first-child{padding-top:6px;}
|
174
|
-
.inputs-list li+li{padding-top:2px;}
|
174
|
+
.inputs-list li + li{padding-top:2px;}
|
175
175
|
.inputs-list input[type=radio],.inputs-list input[type=checkbox]{margin-bottom:0;}
|
176
176
|
.form-stacked{padding-left:20px;}.form-stacked fieldset{padding-top:9px;}
|
177
177
|
.form-stacked legend{padding-left:0;}
|
@@ -183,8 +183,8 @@ input[disabled],select[disabled],textarea[disabled],input[readonly],select[reado
|
|
183
183
|
table{width:100%;margin-bottom:18px;padding:0;border-collapse:separate;*border-collapse:collapse;font-size:13px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}table th,table td{padding:10px 10px 9px;line-height:18px;text-align:left;}
|
184
184
|
table th{padding-top:9px;font-weight:bold;vertical-align:middle;border-bottom:1px solid #ddd;}
|
185
185
|
table td{vertical-align:top;}
|
186
|
-
table th+th,table td+td{border-left:1px solid #ddd;}
|
187
|
-
table tr+tr td{border-top:1px solid #ddd;}
|
186
|
+
table th + th,table td + td{border-left:1px solid #ddd;}
|
187
|
+
table tr + tr td{border-top:1px solid #ddd;}
|
188
188
|
table tbody tr:first-child td:first-child{-webkit-border-radius:4px 0 0 0;-moz-border-radius:4px 0 0 0;border-radius:4px 0 0 0;}
|
189
189
|
table tbody tr:first-child td:last-child{-webkit-border-radius:0 4px 0 0;-moz-border-radius:0 4px 0 0;border-radius:0 4px 0 0;}
|
190
190
|
table tbody tr:last-child td:first-child{-webkit-border-radius:0 0 0 4px;-moz-border-radius:0 0 0 4px;border-radius:0 0 0 4px;}
|
@@ -327,4 +327,4 @@ button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner{padding:0;
|
|
327
327
|
.media-grid:after{clear:both;}
|
328
328
|
.media-grid li{display:inline;}
|
329
329
|
.media-grid a{float:left;padding:4px;margin:0 0 20px 20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);}.media-grid a img{display:block;}
|
330
|
-
.media-grid a:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
|
330
|
+
.media-grid a:hover{border-color:#0069d6;-webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);-moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);}
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: css-bootstrap-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 23
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 4
|
10
|
+
version: 0.0.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Arun Agrawal
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-10-04 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
type: :runtime
|