jq-idealform-test/styl/idealfile.styl

42 lines
693 B
Stylus
Raw Permalink Normal View History

2013-10-04 02:45:36 +02:00
// Ideal File
//---------------------------------------
form.idealforms
.ideal-file-wrap
float: left
.ideal-file-filename
float: left
width: input-width*.7 + 1px
height: 100%
border-radius: 0
border-radius: left radius
.ideal-file-upload
idealbutton()
overflow: visible
position: relative
float: right
left: -1px
width: input-width*.3
padding-left: 0
padding-right: 0
text-align: center
border-radius: 0
border-radius: right radius
2013-10-04 02:50:18 +02:00
form.idealforms.adaptive
.ideal-file-wrap
width: 100%
.ideal-file-filename
width: 70%
.ideal-file-upload
width: 30%
2013-10-08 10:15:02 +02:00
.ideal-file-upload.ie
line-height: 1.15