mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Minor style updates to Phame
Summary: More obvious crumbs, remove border on images, better image spacing. Test Plan: Build out a test blog, click on crumbs, view spacing. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17101
This commit is contained in:
parent
972604e0e5
commit
5bdc7dd07b
2 changed files with 6 additions and 6 deletions
|
@ -83,7 +83,7 @@ return array(
|
||||||
'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b',
|
'rsrc/css/application/owners/owners-path-editor.css' => '2f00933b',
|
||||||
'rsrc/css/application/paste/paste.css' => '1898e534',
|
'rsrc/css/application/paste/paste.css' => '1898e534',
|
||||||
'rsrc/css/application/people/people-profile.css' => '2473d929',
|
'rsrc/css/application/people/people-profile.css' => '2473d929',
|
||||||
'rsrc/css/application/phame/phame.css' => '654dd9ef',
|
'rsrc/css/application/phame/phame.css' => 'aeb61182',
|
||||||
'rsrc/css/application/pholio/pholio-edit.css' => '07676f51',
|
'rsrc/css/application/pholio/pholio-edit.css' => '07676f51',
|
||||||
'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49',
|
'rsrc/css/application/pholio/pholio-inline-comments.css' => '8e545e49',
|
||||||
'rsrc/css/application/pholio/pholio.css' => 'ca89d380',
|
'rsrc/css/application/pholio/pholio.css' => 'ca89d380',
|
||||||
|
@ -827,7 +827,7 @@ return array(
|
||||||
'phabricator-uiexample-reactor-sendclass' => '1def2711',
|
'phabricator-uiexample-reactor-sendclass' => '1def2711',
|
||||||
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
'phabricator-uiexample-reactor-sendproperties' => 'b1f0ccee',
|
||||||
'phabricator-zindex-css' => 'd1270942',
|
'phabricator-zindex-css' => 'd1270942',
|
||||||
'phame-css' => '654dd9ef',
|
'phame-css' => 'aeb61182',
|
||||||
'pholio-css' => 'ca89d380',
|
'pholio-css' => 'ca89d380',
|
||||||
'pholio-edit-css' => '07676f51',
|
'pholio-edit-css' => '07676f51',
|
||||||
'pholio-inline-comments-css' => '8e545e49',
|
'pholio-inline-comments-css' => '8e545e49',
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
box-shadow: inset 0 0 0 1px rgba({$alphagrey},.15);
|
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -98,7 +97,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
box-shadow: inset 0 0 0 1px rgba({$alphagrey},.15);
|
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
@ -253,14 +251,16 @@
|
||||||
|
|
||||||
/* Blog Chrome */
|
/* Blog Chrome */
|
||||||
.phame-live-view .phui-crumbs-view {
|
.phame-live-view .phui-crumbs-view {
|
||||||
background: #fff;
|
|
||||||
border: none;
|
border: none;
|
||||||
padding-left: 8px;
|
width: 960px;
|
||||||
|
margin: 0 auto;
|
||||||
|
padding: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hero Image */
|
/* Hero Image */
|
||||||
.phame-header-hero {
|
.phame-header-hero {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.phame-header-image {
|
.phame-header-image {
|
||||||
|
|
Loading…
Reference in a new issue