Commit efd68c5d3f6a95188a96fafb1d55de19b984ebf1
1 parent
9568a100
123
Showing
2 changed files
with
38 additions
and
0 deletions
Show diff stats
www/css/main.css
@@ -4092,4 +4092,42 @@ input[type=number] { | @@ -4092,4 +4092,42 @@ input[type=number] { | ||
4092 | color: gray; | 4092 | color: gray; |
4093 | background-color: rgb(255, 255, 255); | 4093 | background-color: rgb(255, 255, 255); |
4094 | cursor: pointer; | 4094 | cursor: pointer; |
4095 | +} | ||
4096 | + | ||
4097 | +#content_nav .inner { | ||
4098 | + box-sizing: border-box; | ||
4099 | +} | ||
4100 | +#content_nav .content_nav_first_floor { | ||
4101 | + padding: 0 !important; | ||
4102 | + margin: 0 !important; | ||
4103 | +} | ||
4104 | +#content_nav .content_nav_first_floor.clearfix { | ||
4105 | + padding: 0; | ||
4106 | + width: 25% !important; | ||
1 |
|
||
4107 | + box-sizing: border-box; | ||
4108 | + text-align: center; | ||
4109 | + margin: 15px 0; | ||
4110 | +} | ||
4111 | +#content_nav .content_nav_items {display:none;} | ||
4112 | + | ||
4113 | +#content_nav .content_nav_first_floor .content_nav_logo { | ||
4114 | + width: 100% !important; | ||
4115 | + margin: 25px 0 !important; | ||
4116 | + padding: 0 !important; | ||
4117 | + height: 140px !important; | ||
4118 | +} | ||
4119 | +#content_nav .content_nav_second_floor .float { | ||
4120 | + padding: 0 !important; | ||
4121 | + width: 25% !important; | ||
1 |
|
||
4122 | + box-sizing: border-box; | ||
4123 | + text-align: center; | ||
4124 | + margin: 25px 0; | ||
4125 | + height: 140px; | ||
4126 | +} | ||
4127 | +#content_nav .content_nav_first_floor.clearfix{ | ||
4128 | + float: left; | ||
4129 | + border: none; | ||
4130 | +} | ||
4131 | +.stock_items { | ||
4132 | + padding-top:25px; | ||
4095 | } | 4133 | } |
4096 | \ No newline at end of file | 4134 | \ No newline at end of file |
4.46 KB