2013-04-09 18:43:41 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-settings-css
|
|
|
|
*/
|
|
|
|
|
2014-01-07 20:57:37 +01:00
|
|
|
.phabricator-settings-homepagetable .fixed {
|
|
|
|
width: 48px;
|
2013-04-09 18:43:41 +02:00
|
|
|
text-align: center;
|
2014-01-07 20:57:37 +01:00
|
|
|
}
|
2013-04-09 18:43:41 +02:00
|
|
|
|
2014-01-07 20:57:37 +01:00
|
|
|
.phabricator-settings-homepagetable td em {
|
|
|
|
color: {$lightgreytext};
|
2013-04-09 18:43:41 +02:00
|
|
|
}
|
|
|
|
|
2014-01-07 20:57:37 +01:00
|
|
|
.phabricator-settings-homepagetable-button .aphront-form-input {
|
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
2013-04-09 18:43:41 +02:00
|
|
|
}
|
|
|
|
|
2014-01-07 20:57:37 +01:00
|
|
|
.phabricator-settings-homepagetable-button .aphront-form-control {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2013-04-09 18:43:41 +02:00
|
|
|
|
2014-01-07 20:57:37 +01:00
|
|
|
.phabricator-settings-homepagetable-wrap .phui-form-view {
|
|
|
|
padding: 0;
|
|
|
|
}
|