mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Retab stylesheets
This commit is contained in:
parent
9903ccad14
commit
e9643b19f0
@ -5,5 +5,5 @@
|
|||||||
*= require_self
|
*= require_self
|
||||||
*= require formtastic
|
*= require formtastic
|
||||||
*= require fancybox
|
*= require fancybox
|
||||||
*= require_directory ./admin
|
*= require_directory ./admin
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -15,13 +15,13 @@ body
|
|||||||
line-height: 18px
|
line-height: 18px
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|
||||||
#page, #login
|
#page, #login
|
||||||
background: #fafafa
|
background: #fafafa
|
||||||
padding: 1em 2em 3em
|
padding: 1em 2em 3em
|
||||||
border-bottom: 1px solid #666
|
border-bottom: 1px solid #666
|
||||||
@include box-shadow("0 1px 4px rgba(0, 0, 0, 0.3)")
|
@include box-shadow("0 1px 4px rgba(0, 0, 0, 0.3)")
|
||||||
|
|
||||||
#login
|
#login
|
||||||
width: 40em
|
width: 40em
|
||||||
margin: 5em auto 0
|
margin: 5em auto 0
|
||||||
@ -141,4 +141,4 @@ form ul.taxonomies
|
|||||||
width: 25%
|
width: 25%
|
||||||
float: right
|
float: right
|
||||||
> li
|
> li
|
||||||
font-weight: bold
|
font-weight: bold
|
||||||
|
|||||||
@ -49,14 +49,14 @@ form.formtastic
|
|||||||
&:-webkit-inner-spin-button, &:-webkit-outer-spin-button
|
&:-webkit-inner-spin-button, &:-webkit-outer-spin-button
|
||||||
-webkit-appearance: none
|
-webkit-appearance: none
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
.fragments
|
.fragments
|
||||||
.label label
|
.label label
|
||||||
width: 13em
|
width: 13em
|
||||||
|
|
||||||
.fragments-group
|
.fragments-group
|
||||||
padding-left: 14em
|
padding-left: 14em
|
||||||
|
|
||||||
input[type=submit], a.button
|
input[type=submit], a.button
|
||||||
@include button
|
@include button
|
||||||
&[name=commit]
|
&[name=commit]
|
||||||
@ -67,7 +67,7 @@ form.formtastic
|
|||||||
@include box-shadow("0 1px 0 rgba(0, 0, 0, 0.25), inset -1px -1px 0 rgba(255, 255, 255, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3)")
|
@include box-shadow("0 1px 0 rgba(0, 0, 0, 0.25), inset -1px -1px 0 rgba(255, 255, 255, 0.2), inset 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3)")
|
||||||
&:hover, &:focus
|
&:hover, &:focus
|
||||||
background-color: #8B6
|
background-color: #8B6
|
||||||
|
|
||||||
.boolean
|
.boolean
|
||||||
label
|
label
|
||||||
padding-left: 14em
|
padding-left: 14em
|
||||||
@ -85,7 +85,7 @@ form.formtastic
|
|||||||
display: inline
|
display: inline
|
||||||
margin-left: 1em
|
margin-left: 1em
|
||||||
color: #933
|
color: #933
|
||||||
|
|
||||||
fieldset.inputs
|
fieldset.inputs
|
||||||
padding: 1em 0
|
padding: 1em 0
|
||||||
border-bottom: 1px solid #ccc
|
border-bottom: 1px solid #ccc
|
||||||
@ -94,14 +94,14 @@ form.formtastic
|
|||||||
.stringish, .text
|
.stringish, .text
|
||||||
input, textarea
|
input, textarea
|
||||||
width: 40%
|
width: 40%
|
||||||
|
|
||||||
.help
|
.help
|
||||||
margin-left: 14em
|
margin-left: 14em
|
||||||
margin-top: -0.5em
|
margin-top: -0.5em
|
||||||
p
|
p
|
||||||
font-size: 0.8em
|
font-size: 0.8em
|
||||||
color: #999
|
color: #999
|
||||||
|
|
||||||
a.button
|
a.button
|
||||||
@include button
|
@include button
|
||||||
|
|
||||||
|
|||||||
@ -6,5 +6,5 @@
|
|||||||
*= require squaregrid
|
*= require squaregrid
|
||||||
*= require photos
|
*= require photos
|
||||||
*= require fancybox
|
*= require fancybox
|
||||||
*= require scrollbars
|
*= require scrollbars
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user