Cross Reference:
xref
: /
ontohub
/
app
/
assets
/
stylesheets
/
bulkupload.css.sass
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
bulkupload.css.sass revision 94e4f1c47b3520aad04de6a790e8c017b946b527
694
N/A
@import compass
694
N/A
694
N/A
$width: 600px
694
N/A
694
N/A
form#bulkupload
694
N/A
width: $width
694
N/A
694
N/A
textarea
694
N/A
width: $width
694
N/A
height: 300px
694
N/A
694
N/A
fieldset
694
N/A
border: 0
694
N/A
padding: 0
694
N/A
694
N/A
ol.queue
694
N/A
max-height: 300px
694
N/A
overflow-y: auto
694
N/A
border: 1px solid #ccc
694
N/A
694
N/A
li
694
N/A
padding: .2em
694
N/A
694
N/A
&.success
694
N/A
background-color: #fdf
694
N/A
&.error
694
N/A
background-color: #fee
694
N/A
694
N/A
.status
694
N/A
width: $width
694
N/A
white-space: nowrap
694
N/A
694
N/A
.stats
694
N/A
margin: 1em 0em
694
N/A
strong
694
N/A
padding: .2em .5em
694
N/A
border: 1px solid #ccc
694
N/A
+border-radius(1em)
694
N/A
694
N/A
.ui-progressbar
694
N/A
height: 22px
694
N/A
margin: .5em 0em
694
N/A
.ui-progressbar-value
694
N/A
background-image: image-url("
pbar-ani.gif
")