|
@ -236,6 +236,7 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background: rgba(255, 255, 255, 0.8) url(../images/throbber-large.gif) no-repeat 50% 50%; |
|
|
background: rgba(255, 255, 255, 0.8) url(../images/throbber-large.gif) no-repeat 50% 50%; |
|
|
|
|
|
visibility: visible; |
|
|
} |
|
|
} |
|
|
/******************************* |
|
|
/******************************* |
|
|
Variations |
|
|
Variations |
|
@ -264,8 +265,8 @@ |
|
|
} |
|
|
} |
|
|
.ui.form .date.field > label:after { |
|
|
.ui.form .date.field > label:after { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 1.2em; |
|
|
|
|
|
right: 0.4em; |
|
|
|
|
|
|
|
|
top: 1.4em; |
|
|
|
|
|
right: 0.5em; |
|
|
font-family: 'Icons'; |
|
|
font-family: 'Icons'; |
|
|
content: '📅'; |
|
|
content: '📅'; |
|
|
/* '\1f4c5' */ |
|
|
/* '\1f4c5' */ |
|
@ -358,6 +359,10 @@ |
|
|
vertical-align: middle; |
|
|
vertical-align: middle; |
|
|
font-size: 1em; |
|
|
font-size: 1em; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.form .inline.fields .field > input, |
|
|
|
|
|
.ui.form .inline.field > input { |
|
|
|
|
|
font-size: 0.875em; |
|
|
|
|
|
} |
|
|
.ui.form .inline.fields .field > :first-child, |
|
|
.ui.form .inline.fields .field > :first-child, |
|
|
.ui.form .inline.field > :first-child { |
|
|
.ui.form .inline.field > :first-child { |
|
|
margin: 0em 0.5em 0em 0em; |
|
|
margin: 0em 0.5em 0em 0em; |
|
@ -379,6 +384,3 @@ |
|
|
.ui.large.form { |
|
|
.ui.large.form { |
|
|
font-size: 1.125em; |
|
|
font-size: 1.125em; |
|
|
} |
|
|
} |
|
|
.ui.large.form label { |
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
} |
|
|
|