2013-09-28 15:55:38 -07:00
|
|
|
/**
|
|
|
|
* @provides phui-object-box-css
|
|
|
|
*/
|
|
|
|
|
2014-02-24 10:04:23 -08:00
|
|
|
div.phui-object-box.phui-object-box-flush {
|
2013-09-28 15:55:38 -07:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-object-box .phui-header-shell {
|
|
|
|
padding: 4px 5px 4px 12px;
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-object-box .phui-header-image {
|
2014-02-13 14:36:49 -08:00
|
|
|
margin: 1px 8px 0px -7px;
|
2013-09-28 15:55:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-object-box .phui-header-shell h1 {
|
|
|
|
color: {$bluetext};
|
|
|
|
text-shadow: 0 1px #fff;
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
2014-01-09 08:51:57 -08:00
|
|
|
.phui-object-box .phui-header-shell + .aphront-error-view {
|
|
|
|
margin: 0;
|
|
|
|
border-width: 0;
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
2013-09-28 15:55:38 -07:00
|
|
|
}
|
|
|
|
|
2013-09-29 07:26:39 -07:00
|
|
|
.device-phone .phui-object-box {
|
2014-02-24 10:04:23 -08:00
|
|
|
margin: 8px 8px 0 8px;
|
2013-09-29 07:26:39 -07:00
|
|
|
}
|