mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
[redesign] Simple buttons
Summary: Adds a thin border to the .simple button class. Test Plan: Tested Worboards, Diffusion, tall and normal headers. Reviewers: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9355
This commit is contained in:
parent
b5bbe39ec6
commit
052a68bfab
3 changed files with 13 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
return array(
|
||||
'names' =>
|
||||
array(
|
||||
'core.pkg.css' => 'b5da82b5',
|
||||
'core.pkg.css' => '30eeae90',
|
||||
'core.pkg.js' => '7db41c19',
|
||||
'darkconsole.pkg.js' => 'ca8671ce',
|
||||
'differential.pkg.css' => 'fbf57382',
|
||||
|
@ -124,13 +124,13 @@ return array(
|
|||
'rsrc/css/phui/calendar/phui-calendar-month.css' => 'a92e47d2',
|
||||
'rsrc/css/phui/calendar/phui-calendar.css' => '5e1ad989',
|
||||
'rsrc/css/phui/phui-box.css' => '7b3a2eed',
|
||||
'rsrc/css/phui/phui-button.css' => 'd26cad6e',
|
||||
'rsrc/css/phui/phui-button.css' => '45139eb8',
|
||||
'rsrc/css/phui/phui-document.css' => '3b078dc0',
|
||||
'rsrc/css/phui/phui-feed-story.css' => 'e2c9bc83',
|
||||
'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a',
|
||||
'rsrc/css/phui/phui-form-view.css' => 'ed856191',
|
||||
'rsrc/css/phui/phui-form.css' => 'b78ec020',
|
||||
'rsrc/css/phui/phui-header-view.css' => '689dbc38',
|
||||
'rsrc/css/phui/phui-header-view.css' => 'a2071a67',
|
||||
'rsrc/css/phui/phui-icon.css' => 'cdcf2aca',
|
||||
'rsrc/css/phui/phui-info-panel.css' => '27ea50a1',
|
||||
'rsrc/css/phui/phui-list.css' => '43ed2d93',
|
||||
|
@ -750,7 +750,7 @@ return array(
|
|||
'phrequent-css' => 'ffc185ad',
|
||||
'phriction-document-css' => '7d7f0071',
|
||||
'phui-box-css' => '7b3a2eed',
|
||||
'phui-button-css' => 'd26cad6e',
|
||||
'phui-button-css' => '45139eb8',
|
||||
'phui-calendar-css' => '5e1ad989',
|
||||
'phui-calendar-day-css' => 'de035c8a',
|
||||
'phui-calendar-list-css' => 'c1d0ca59',
|
||||
|
@ -761,7 +761,7 @@ return array(
|
|||
'phui-fontkit-css' => 'de84aa4a',
|
||||
'phui-form-css' => 'b78ec020',
|
||||
'phui-form-view-css' => 'ed856191',
|
||||
'phui-header-view-css' => '689dbc38',
|
||||
'phui-header-view-css' => 'a2071a67',
|
||||
'phui-icon-view-css' => 'cdcf2aca',
|
||||
'phui-info-panel-css' => '27ea50a1',
|
||||
'phui-list-view-css' => '43ed2d93',
|
||||
|
|
|
@ -78,6 +78,7 @@ a.simple:visited {
|
|||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
color: {$bluetext};
|
||||
border: 1px solid {$lightblueborder};
|
||||
text-shadow: 0 1px #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -56,7 +56,12 @@ body .phui-header-shell.phui-bleed-header
|
|||
|
||||
.phui-object-box .phui-header-view .phui-header-action-links {
|
||||
top: 5px;
|
||||
right: 0;
|
||||
right: 3px;
|
||||
}
|
||||
|
||||
.phui-object-box .phui-header-has-image .phui-header-view
|
||||
.phui-header-action-links {
|
||||
top: 15px;
|
||||
}
|
||||
|
||||
.phui-document-view .phui-header-view .phui-header-action-links {
|
||||
|
@ -67,7 +72,7 @@ body .phui-header-shell.phui-bleed-header
|
|||
.device-phone .phui-header-action-link .phui-button-text {
|
||||
visibility: hidden;
|
||||
width: 0;
|
||||
margin-left: 12px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.phui-header-divider {
|
||||
|
|
Loading…
Reference in a new issue