app/assets/stylesheets/shoppe/application.scss in shoppe-0.0.15 vs app/assets/stylesheets/shoppe/application.scss in shoppe-0.0.16

- old
+ new

@@ -79,10 +79,11 @@ h2.products { background-image:image-url('shoppe/icons/tags.svg')} h2.orders { background-image:image-url('shoppe/icons/bag.svg'); background-position: 0 3px;} h2.delivery_services { background-image:image-url('shoppe/icons/box.svg'); background-position: 0 3px; background-size:20px;} h2.tax_rates { background-image:image-url('shoppe/icons/currency.svg'); background-position: 0 2px; background-size:22px;} h2.users { background-image:image-url('shoppe/icons/id.svg'); background-position: 0 2px; background-size:22px;} + h2.settings { background-image:image-url('shoppe/icons/toolbox.svg'); background-position: 0 2px; background-size:22px;} } #content { padding-left:200px; @@ -152,14 +153,17 @@ dd { } dd input[type=text], dd input[type=password], textarea { } dd select { width:100%;} dd textarea { height:80px; } - dd p.help { margin-top:15px; color:#333; background:image-url('shoppe/icons/support.svg') no-repeat 0 1px; background-size:13px; padding-left:15px;} + dd p.help { margin-top:15px; color:#333; background:image-url('shoppe/icons/support.svg') no-repeat 0 3px; line-height:1.5; background-size:13px; padding-left:18px; opacity:0.7;} dd.checkbox { margin-top:14px; font-size:1.1em; color:#999;} dd.checkbox input { float:left; margin-right:10px; margin-top:2px; } - + dd div.radios { + padding-top:4px; + input,label { margin-right:10px;} + } &.half { width:49%; margin:0; float:left; &:last-child { float:right;} @@ -170,13 +174,21 @@ margin:0; float:left; &:nth-child(2) { margin-left:2%; width:32%;} &:last-child { float:right; width:33%;} } - } + dl.sided { + clear:both; + dt { float:left; width:25%; text-align:right; padding-top:4px;} + dd { margin-left:30%; } + dd p.help { margin-top:10px;} + dd div.checkbox { padding-top:5px;} + } + + // // margined container // div.margin { margin: 0 25px;} @@ -202,9 +214,10 @@ } p.submit {margin:0; background:#fff; border:1px solid #dce2eb; padding:25px; } p.submit .button { margin-right:5px;} p.submit .right .button {margin-left:5px; margin-right:0;} p.submit span.right { float:right;} + p.submit.sided { padding-left:30%;} .errorExplanation { margin-bottom:25px; border:1px solid #EB2732; background:#fff; padding:25px; \ No newline at end of file