@@ -439,13 +439,13 @@ form {
439
439
form fieldset > ol > li fieldset ol li {
440
440
padding : 0 ;
441
441
border : 0 ; }
442
- form input [type = text ], form input [type = password ], form input [type = email ], form input [type = tel ], form textarea {
442
+ form input [type = text ], form input [type = password ], form input [type = email ], form input [type = url ] , form input [ type = tel ], form textarea {
443
443
width : 76% ;
444
444
border : 1px solid # c9d0d6 ;
445
445
font-size : 0.95em ;
446
446
outline : none;
447
447
padding : 8px 10px ; }
448
- form input [type = text ]: focus , form input [type = password ]: focus , form input [type = email ]: focus , form input [type = tel ]: focus , form textarea : focus {
448
+ form input [type = text ]: focus , form input [type = password ]: focus , form input [type = email ]: focus , form input [type = url ] : focus , form input [ type = tel ]: focus , form textarea : focus {
449
449
border : 1px solid # 99a2aa ;
450
450
box-shadow : 0 0 4px # 99a2aa ;
451
451
-moz-box-shadow : 0 0 4px # 99a2aa ;
@@ -504,7 +504,7 @@ form {
504
504
padding : 0 ;
505
505
border : none;
506
506
display : list-item; }
507
- form fieldset > ol > li .error input [type = text ], form fieldset > ol > li .error input [type = password ], form fieldset > ol > li .error input [type = email ], form fieldset > ol > li .error input [type = tel ], form fieldset > ol > li .error textarea {
507
+ form fieldset > ol > li .error input [type = text ], form fieldset > ol > li .error input [type = password ], form fieldset > ol > li .error input [type = email ], form fieldset > ol > li .error input [type = url ] , form fieldset > ol > li . error input [ type = tel ], form fieldset > ol > li .error textarea {
508
508
border : 1px solid # cc0000 ; }
509
509
form input [type = submit ] {
510
510
box-shadow : 0 1px 2px # aaaaaa ;
@@ -782,17 +782,17 @@ body {
782
782
# title_bar .action_items a : active {
783
783
border : inherit; }
784
784
785
- # content {
785
+ # active_admin_content {
786
786
margin : 0 ;
787
787
padding : 25px 30px ; }
788
- # content # main_content_wrapper {
788
+ # active_admin_content # main_content_wrapper {
789
789
float : left;
790
790
width : 100% ; }
791
- # content # main_content_wrapper # main_content {
791
+ # active_admin_content # main_content_wrapper # main_content {
792
792
margin-right : 300px ; }
793
- # content .without_sidebar # main_content_wrapper # main_content {
793
+ # active_admin_content .without_sidebar # main_content_wrapper # main_content {
794
794
margin-right : 0 ; }
795
- # content # sidebar {
795
+ # active_admin_content # sidebar {
796
796
float : left;
797
797
width : 270px ;
798
798
margin-left : -270px ; }
@@ -1132,6 +1132,9 @@ table {
1132
1132
.pagination .previous_page , .pagination .next_page {
1133
1133
display : none; }
1134
1134
1135
+ .index_content {
1136
+ clear : both; }
1137
+
1135
1138
table .index_grid td {
1136
1139
border : none;
1137
1140
background : none;
@@ -1218,7 +1221,7 @@ body.logged_out {
1218
1221
body .logged_out # content_wrapper {
1219
1222
width : 500px ;
1220
1223
margin : 70px auto; }
1221
- body .logged_out # content_wrapper # content {
1224
+ body .logged_out # content_wrapper # active_admin_content {
1222
1225
box-shadow : 0 1px 2px # aaaaaa ;
1223
1226
-moz-box-shadow : 0 1px 2px # aaaaaa ;
1224
1227
-webkit-box-shadow : 0 1px 2px # aaaaaa ;
@@ -1357,6 +1360,9 @@ table.dashboard {
1357
1360
table .dashboard .dashboard_section > div {
1358
1361
padding : 3px 15px 15px 15px ; }
1359
1362
1363
+ .attributes_table {
1364
+ overflow : hidden; }
1365
+
1360
1366
.attributes_table table th , .attributes_table table td {
1361
1367
padding : 8px 12px 6px 12px ;
1362
1368
vertical-align : top;
0 commit comments