2013-09-29 00:55:38 +02:00
|
|
|
/**
|
|
|
|
* @provides phui-object-box-css
|
|
|
|
*/
|
|
|
|
|
2014-02-24 19:04:23 +01:00
|
|
|
div.phui-object-box.phui-object-box-flush {
|
2013-09-29 00:55:38 +02: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 {
|
2015-01-14 01:10:57 +01:00
|
|
|
margin: 1px 8px -7px -7px;
|
2013-09-29 00:55:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phui-object-box .phui-header-shell h1 {
|
|
|
|
text-shadow: 0 1px #fff;
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
2014-01-09 17:51:57 +01:00
|
|
|
.phui-object-box .phui-header-shell + .aphront-error-view {
|
|
|
|
margin: 0;
|
|
|
|
border-width: 0;
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
2013-09-29 00:55:38 +02:00
|
|
|
}
|
|
|
|
|
2013-09-29 16:26:39 +02:00
|
|
|
.device-phone .phui-object-box {
|
2014-02-24 19:04:23 +01:00
|
|
|
margin: 8px 8px 0 8px;
|
2013-09-29 16:26:39 +02:00
|
|
|
}
|
2014-06-24 18:39:32 +02:00
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightgreen {
|
|
|
|
border: 1px solid {$lightgreenborder};
|
|
|
|
border-bottom: 1px solid {$greenborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightgreen .phui-action-header {
|
|
|
|
border-bottom: 1px solid {$lightgreenborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightblue {
|
|
|
|
border: 1px solid {$lightblueborder};
|
|
|
|
border-bottom: 1px solid {$blueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightblue .phui-action-header {
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightred {
|
|
|
|
border: 1px solid {$lightredborder};
|
|
|
|
border-bottom: 1px solid {$redborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightred .phui-action-header {
|
|
|
|
border-bottom: 1px solid {$lightredborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightviolet {
|
|
|
|
border: 1px solid {$lightvioletborder};
|
|
|
|
border-bottom: 1px solid {$violetborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.phui-box-border.phui-object-box-lightviolet .phui-action-header {
|
|
|
|
border-bottom: 1px solid {$lightvioletborder};
|
|
|
|
}
|