Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F36276557
phui-form-view.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
10 KB
Subscribers
None
phui-form-view.css
View Options
/**
* @provides phui-form-view-css
*/
.
phui-form-view
{
padding
:
16
px
;
}
.
device-phone
.
phui-object-box
.
phui-form-view
{
padding
:
0
;
}
.
phui-form-view
.
phui-form-full-width
{
padding
:
0
;
}
/* only used in transaction comments */
.
phui-form-shaded
.
phui-form-view
{
border-bottom
:
1
px
solid
#D4DAE0
;
background
:
#F4F5F8
;
}
.
phui-form-view
label
.
aphront-form-label
{
padding-top
:
5
px
;
width
:
19
%
;
float
:
left
;
text-align
:
right
;
font-weight
:
bold
;
font-size
:
{$
normalfontsize
}
;
color
:
{
$bluetext
}
;
-webkit-font-smoothing
:
antialiased
;
}
.
device-phone
.
phui-form-view
label
.
aphront-form-label
,
.
phui-form-full-width
.
phui-form-view
label
.
aphront-form-label
{
display
:
block
;
float
:
none
;
text-align
:
left
;
width
:
100
%
;
margin-bottom
:
3
px
;
}
.
aphront-form-input
{
margin-left
:
20
%
;
margin-right
:
20
%
;
width
:
60
%
;
}
.
device-phone
.
aphront-form-input
,
.
device
.
aphront-form-input
select
,
.
device
.
aphront-form-input
pre
,
.
phui-form-full-width
.
aphront-form-input
{
margin-left
:
0
%
;
margin-right
:
0
%
;
width
:
100
%
;
}
.
aphront-form-input
*
::
-webkit-input-placeholder
{
color
:
{$
greytext
}
!
important
;
}
.
aphront-form-input
*
::
-moz-placeholder
{
color
:
{$
greytext
}
!
important
;
opacity
:
1
;
/* Firefox nudges the opacity to 0.4 */
}
.
aphront-form-input
*
:
-ms-input-placeholder
{
color
:
{$
greytext
}
!
important
;
}
.
aphront-form-error
{
width
:
18
%
;
float
:
right
;
color
:
{$
red
}
;
font-weight
:
bold
;
padding-top
:
5px
;
}
.
aphront-form-label
.
aphront-form-error
{
display
:
none
;
}
.
aphront-dialog-body
.
phui-form-view
{
padding
:
0
;
}
.
device-phone
.
aphront-form-error
,
.
phui-form-full-width
.
aphront-form-error
{
display
:
none
;
}
.
device-phone
.
aphront-form-label
.
aphront-form-error
,
.
phui-form-full-width
.
aphront-form-label
.
aphront-form-error
{
display
:
block
;
float
:
right
;
padding
:
0
;
width
:
auto
;
}
.
device-phone
.
aphront-form-drag-and-drop-upload
{
display
:
none
;
}
.
aphront-form-required
{
font-weight
:
normal
;
color
:
{$
lightgreytext
}
;
font-size
:
{
$smallestfontsize
}
;
-webkit-font-smoothing
:
antialiased
;
}
.
aphront-form-input
input
{
width
:
100
%
;
}
.
aphront-form-cvc-input
input
{
width
:
64
px
;
}
.
aphront-form-input
textarea
{
display
:
block
;
width
:
100
%
;
box-sizing
:
border-box
;
height
:
12
em
;
}
.
aphront-form-control
{
padding
:
4
px
;
}
.
phui-form-full-width
.
aphront-form-control
{
padding
:
4
px
0
;
}
.
aphront-form-control-submit
button
,
.
aphront-form-control-submit
a
.
button
{
float
:
right
;
margin
:
4
px
0
0
8
px
;
}
.
phui-form-control-multi-submit
input
,
.
phui-form-control-multi-submit
button
,
.
phui-form-control-multi-submit
a
{
float
:
right
;
margin
:
4
px
0
0
8
px
;
width
:
auto
;
}
.
aphront-form-control-textarea
textarea
.
aphront-textarea-very-short
{
height
:
44
px
;
}
.
aphront-form-control-textarea
textarea
.
aphront-textarea-very-tall
{
height
:
24
em
;
}
.
aphront-form-control-select
.
aphront-form-input
{
padding-top
:
2
px
;
}
.
phui-form-view
.
aphront-form-caption
{
font-size
:
{$
smallerfontsize
}
;
color
:
{
$bluetext
}
;
padding
:
8px
0
;
margin-right
:
20
%;
margin-left
:
20
%;
-webkit-font-smoothing
:
antialiased
;
line-height
:
16px
;
}
.
device-phone
.
phui-form-view
.
aphront-form-caption
,
.
phui-form-full-width
.
phui-form-view
.
aphront-form-caption
{
margin
:
0
;
}
.
aphront-form-instructions
{
width
:
60
%
;
margin-left
:
20
%
;
padding
:
10
px
4
px
;
}
.
device
.
aphront-form-instructions
,
.
phui-form-full-width
.
aphront-form-instructions
{
width
:
100
%
;
margin
:
0
;
}
.
aphront-form-important
{
margin
:
.5
em
0
;
background
:
#ffffdd
;
padding
:
.5
em
1
em
;
}
.
aphront-form-important
code
{
display
:
block
;
padding
:
.25
em
;
margin
:
.5
em
2
em
;
}
.
aphront-form-control-static
.
aphront-form-input
,
.
aphront-form-control-markup
.
aphront-form-input
{
padding-top
:
6
px
;
font-size
:
{$
normalfontsize
}
;
}
.
aphront-form-control-togglebuttons
.
aphront-form-input
{
padding
:
2
px
0
0
0
;
}
table
.
aphront-form-control-radio-layout
,
table
.
aphront-form-control-checkbox-layout
{
margin-top
:
3
px
;
font-size
:
{$
normalfontsize
}
;
}
table
.
aphront-form-control-radio-layout
th
{
padding-top
:
3
px
;
padding-left
:
8
px
;
padding-bottom
:
4
px
;
font-weight
:
bold
;
color
:
{$
darkgreytext
}
;
}
table
.
aphront-form-control-checkbox-layout
th
{
padding-top
:
2
px
;
padding-left
:
8
px
;
padding-bottom
:
4
px
;
color
:
{$
darkgreytext
}
;
}
.
aphront-form-control-radio-layout
td
input
,
.
aphront-form-control-checkbox-layout
td
input
{
margin-top
:
4
px
;
width
:
auto
;
}
.
aphront-form-control-radio-layout
label
.
disabled
,
.
aphront-form-control-checkbox-layout
label
.
disabled
{
color
:
{$
greytext
}
;
}
.
aphront-form-radio-caption
{
margin-top
:
4
px
;
font-size
:
{$
smallerfontsize
}
;
font-weight
:
normal
;
color
:
{
$bluetext
}
;
}
.
aphront-form-control-image
span
{
margin
:
0
4
px
0
2
px
;
}
.
aphront-form-control-image
.
default-image
{
display
:
inline
;
width
:
12
px
;
}
.
aphront-form-input
hr
{
border
:
none
;
background
:
#bbbbbb
;
height
:
1
px
;
position
:
relative
;
}
.
phui-form-inset
{
margin
:
4
px
0
8
px
;
padding
:
8
px
;
background
:
#f7f9fd
;
border
:
1
px
solid
{$
lightblueborder
}
;
border-bottom
:
1px
solid
{
$blueborder
}
;
border-radius
:
3px
;
}
.
phui-form-inset
h1
{
color
:
{$
bluetext
}
;
padding-bottom
:
8px
;
margin-bottom
:
8px
;
font-size
:
{
$biggerfontsize
}
;
border-bottom
:
1px
solid
{
$thinblueborder
}
;
}
.
aphront-form-drag-and-drop-file-list
{
width
:
400
px
;
}
.
drag-and-drop-instructions
{
color
:
{$
darkgreytext
}
;
font-size
:
{
$smallestfontsize
}
;
padding
:
6px
8px
;
}
.
drag-and-drop-file-target
{
border
:
1
px
dashed
#bfbfbf
;
padding-top
:
12
px
;
padding-bottom
:
12
px
;
}
.
aphront-textarea-drag-and-drop
{
background
:
{$
lightgreen
}
;
border-color
:
{
$green
}
;
}
.
aphront-form-crop
.
crop-box
{
cursor
:
move
;
overflow
:
hidden
;
}
.
aphront-form-crop
.
crop-box
.
crop-image
{
position
:
relative
;
top
:
0
px
;
left
:
0
px
;
}
.
calendar-button
{
display
:
inline
;
padding
:
8
px
4
px
;
margin
:
2
px
8
px
2
px
2
px
;
position
:
relative
;
}
.
aphront-form-date-container
{
position
:
relative
;
display
:
inline
;
}
.
aphront-form-date-container
select
{
margin
:
2
px
;
display
:
inline
;
}
.
aphront-form-date-container
input
.
aphront-form-date-enabled-input
{
width
:
auto
;
display
:
inline
;
margin-right
:
8
px
;
font-size
:
16
px
;
}
.
aphront-form-date-container
.
aphront-form-time-input-container
,
.
aphront-form-date-container
.
aphront-form-date-input-container
{
position
:
relative
;
display
:
inline-block
;
width
:
7
em
;
}
.
aphront-form-date-container
input
.
aphront-form-time-input
,
.
aphront-form-date-container
input
.
aphront-form-date-input
{
width
:
7
em
;
}
.
aphront-form-time-input-container
div
.
jx-typeahead-results
a
.
jx-result
{
border
:
none
;
}
.
phui-time-typeahead-value
{
padding
:
4
px
;
}
.
fancy-datepicker
{
position
:
absolute
;
width
:
240
px
;
}
.
fancy-datepicker-core
{
padding
:
1
px
;
font-size
:
{$
smallerfontsize
}
;
text-align
:
center
;
}
.
fancy-datepicker-core
.
month-table
,
.
fancy-datepicker-core
.
day-table
{
margin
:
0
auto
;
border-collapse
:
separate
;
border-spacing
:
1
px
;
width
:
100
%
;
}
.
fancy-datepicker-core
.
month-table
{
margin-bottom
:
6
px
;
font-size
:
{$
normalfontsize
}
;
background-color
:
{
$hoverblue
}
;
border-radius
:
2px
;
}
.
fancy-datepicker-core
.
month-table
td
.
lrbutton
{
width
:
18
%
;
color
:
{$
lightbluetext
}
;
}
.
fancy-datepicker-core
.
month-table
td
{
padding
:
4
px
;
font-weight
:
bold
;
color
:
{$
bluetext
}
;
}
.
fancy-datepicker-core
.
month-table
td
.
lrbutton
:
hover
{
border-radius
:
2
px
;
background
:
{$
hoverselectedblue
}
;
color
:
{
$darkbluetext
}
;
}
.
fancy-datepicker-core
.
day-table
td
{
overflow
:
hidden
;
vertical-align
:
center
;
text-align
:
center
;
border
:
1
px
solid
{$
thinblueborder
}
;
padding
:
4px
0
;
}
.
fancy-datepicker
.
fancy-datepicker-core
.
day-table
td
.
day
:
hover
{
background-color
:
{$
hoverblue
}
;
border-color
:
{
$lightblueborder
}
;
}
.
fancy-datepicker-core
.
day-table
td
.
day-placeholder
{
border-color
:
transparent
;
background
:
transparent
;
}
.
fancy-datepicker-core
.
day-table
td
.
weekend
{
color
:
{$
lightgreytext
}
;
border-color
:
{
$lightgreyborder
}
;
background
:
{
$lightgreybackground
}
;
}
.
fancy-datepicker-core
.
day-table
td
.
day-name
{
background
:
transparent
;
border
:
1
px
transparent
;
vertical-align
:
bottom
;
color
:
{$
lightgreytext
}
;
}
.
fancy-datepicker-core
.
day-table
td
.
today
{
background
:
{$
greybackground
}
;
border-color
:
{
$greyborder
}
;
color
:
{
$darkgreytext
}
;
font-weight
:
bold
;
}
.
fancy-datepicker-core
.
day-table
td
.
datepicker-selected
{
background
:
{$
lightgreen
}
;
border-color
:
{
$green
}
;
color
:
{
$green
}
;
}
.
fancy-datepicker-core
td
{
cursor
:
pointer
;
}
.
fancy-datepicker-core
td
.
novalue
{
cursor
:
inherit
;
}
.
picker-open
.
calendar-button
.
phui-icon-view
{
color
:
{$
sky
}
;
}
.
fancy-datepicker-core
{
background-color
:
white
;
border
:
1
px
solid
{$
lightblueborder
}
;
border-bottom
:
1px
solid
{
$blueborder
}
;
box-shadow
:
{
$dropshadow
}
;
border-radius
:
3px
;
}
/* When the activation checkbox for the control is toggled off, visually
disable the individual controls. We don't actually use the "disabled" property
because we still want the values to submit. This is just a visual hint that
the controls won't be used. The controls themselves are still live, work
properly, and submit values. */
.
datepicker-disabled
select
,
.
datepicker-disabled
.
calendar-button
,
.
datepicker-disabled
input
[
type
=
"text"
]
{
opacity
:
0.5
;
}
.
aphront-form-date-container
.
no-time
.
aphront-form-time-input
{
display
:
none
;
}
.
login-to-comment
{
margin
:
12
px
;
}
.
phui-form-divider
hr
{
height
:
1
px
;
border
:
0
;
background
:
{$
thinblueborder
}
;
width
:
85
%;
margin
:
15px
auto
;
}
.
recaptcha_only_if_privacy
{
display
:
none
;
}
.
phabricator-standard-custom-field-header
{
font-size
:
16
px
;
color
:
{$
bluetext
}
;
border-bottom
:
1px
solid
{
$lightbluetext
}
;
padding
:
16px
0
4px
;
margin-bottom
:
4px
;
}
.
device-desktop
.
text-with-submit-control-outer-bounds
{
position
:
relative
;
}
.
device-desktop
.
text-with-submit-control-text-bounds
{
position
:
absolute
;
left
:
0
;
right
:
184
px
;
}
.
device-desktop
.
text-with-submit-control-submit-bounds
{
text-align
:
right
;
}
.
device-desktop
.
text-with-submit-control-submit
{
width
:
180
px
;
}
.
phui-form-iconset-table
td
{
vertical-align
:
middle
;
padding
:
4
px
0
;
}
.
phui-form-iconset-table
.
phui-form-iconset-button-cell
{
padding
:
4
px
8
px
;
}
.
aphront-form-preview-hidden
{
opacity
:
0.5
;
}
.
aphront-form-error
.
phui-icon-view
{
color
:
{$
lightgreyborder
}
;
font-size
:
16px
;
}
.
device-desktop
.
aphront-form-error
.
phui-icon-view
:
hover
{
color
:
{$
darkgreyborder
}
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 22, 6:46 PM (1 d, 5 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
58/1b/14fbe8ea4bb850696aeaf33b382c
Attached To
rPHAB Phabricator
Event Timeline
Log In to Comment