1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Remove action list bg on phui-document

Summary: Slightly cleaner UI. //innovation//

Test Plan: reload page, see cleaner ui. Test mobile, tablet breakpoints

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin, chad

Differential Revision: https://secure.phabricator.com/D8649
This commit is contained in:
Chad Little 2014-03-30 12:56:28 -07:00
parent 42da874691
commit 9dfe65b7f0
2 changed files with 5 additions and 14 deletions

View file

@ -130,7 +130,7 @@ return array(
'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989',
'rsrc/css/phui/phui-box.css' => 'a36cf3a5',
'rsrc/css/phui/phui-button.css' => '8784a966',
'rsrc/css/phui/phui-document.css' => '10f59385',
'rsrc/css/phui/phui-document.css' => '3b078dc0',
'rsrc/css/phui/phui-feed-story.css' => '3a59c2cf',
'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a',
'rsrc/css/phui/phui-form-view.css' => '867463b4',
@ -746,7 +746,7 @@ return array(
'phui-calendar-day-css' => 'de035c8a',
'phui-calendar-list-css' => 'c1d0ca59',
'phui-calendar-month-css' => '5e762971',
'phui-document-view-css' => '10f59385',
'phui-document-view-css' => '3b078dc0',
'phui-feed-story-css' => '3a59c2cf',
'phui-fontkit-css' => 'de84aa4a',
'phui-form-css' => 'b78ec020',

View file

@ -106,11 +106,6 @@
overflow: hidden;
}
.device-desktop .phui-document-content .phabricator-action-list-view {
margin: 10px 10px 0 0;
background: {$lightgreybackground};
}
.device-phone .phui-document-content .phabricator-action-list-view {
margin: 0;
border-bottom: 1px solid #c0c5d1;
@ -127,16 +122,12 @@
.device-desktop .phui-document-content .phabricator-action-list-view {
position: absolute;
top: 50px;
right: -172px;
top: 16px;
right: -160px;
float: none;
background: #fff;
border-radius: 0;
box-shadow: none;
border: none;
border-top: 1px solid {$thinblueborder};
border-bottom: 1px solid {$thinblueborder};
border-right: 1px solid {$thinblueborder};
width: 160px;
}
@ -150,7 +141,7 @@
}
.device-desktop .phui-document-offset {
padding-right: 160px;
padding-right: 120px;
}
.phui-document-view .phui-property-list-view {