Subversion Repositories wpShopGermany4

Rev

Rev 7716 | Rev 7804 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7716 Rev 7717
Line 73... Line 73...
73
#wpsg-bs .grow-1 { flex-grow:1; }
73
#wpsg-bs .grow-1 { flex-grow:1; }
74
 
74
 
75
.wp-admin #wpsg-bs select { max-width:100%; padding-right:0; line-height:initial; }
75
.wp-admin #wpsg-bs select { max-width:100%; padding-right:0; line-height:initial; }
76
.wp-admin #wpsg-bs .checkbox input { margin-top:3px; width:15px; height:15px; }
76
.wp-admin #wpsg-bs .checkbox input { margin-top:3px; width:15px; height:15px; }
77
 
77
 
78
.branch-5-3.wp-admin #wpsg-bs .checkbox input:before { margin:1px 0 0 1px; width:10px; height:10px; }
78
.wp-admin #wpsg-bs .checkbox input:before { margin:1px 0 0 1px; width:10px; height:10px; }
79
.branch-5-3 #wpsg-bs input[type=checkbox], input[type=radio] { width:16px; height:16px; }
79
#wpsg-bs input[type=checkbox], input[type=radio] { width:16px; height:16px; }
80
.branch-5-3 #wpsg-bs input[type=checkbox]:checked::before { width:14px; height:14px; margin:0; }
80
#wpsg-bs input[type=checkbox]:checked::before { width:14px; height:14px; margin:0; }
81
.branch-5-3 #wpsg-bs input[type=radio]:checked::before { width:6px; height:6px; margin:4px; }
81
#wpsg-bs input[type=radio]:checked::before { width:6px; height:6px; margin:4px; }
82
 
82
 
83
/* Allgemeine Klassen */
83
/* Allgemeine Klassen */
84
.wpsg_grey { color:#999999; }
84
.wpsg_grey { color:#999999; }
85
.wpsg_editable { line-height:125%; }
85
.wpsg_editable { line-height:125%; }
86
 
86