Conpherence CSS tweaks.
Summary: Just a rough pass at the CSS on Conpherence. Need a second pass for the widgets. Test Plan: Reload Conpherence, Chrome, FF Reviewers: btrahan, epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4661
This commit is contained in:
@@ -2,21 +2,29 @@
|
||||
* @provides conpherence-header-pane-css
|
||||
*/
|
||||
|
||||
#conpherence-main-pane {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.conpherence-header-pane {
|
||||
border-bottom: 1px solid #ccc;
|
||||
background: #fff;
|
||||
height: 50px;
|
||||
height: 80px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.conpherence-header-pane .edit {
|
||||
position: relative;
|
||||
float: right;
|
||||
margin: 16px 16px 0px 0px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
background-image: url('/rsrc/image/actions/edit.png');
|
||||
}
|
||||
|
||||
.conpherence-header-pane .header-image {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
}
|
||||
@@ -24,16 +32,17 @@
|
||||
.conpherence-header-pane .title {
|
||||
position: relative;
|
||||
font-size: 16px;
|
||||
left: 62px;
|
||||
top: 6px;
|
||||
font-weight: bold;
|
||||
left: 77px;
|
||||
top: 21px;
|
||||
max-width: 80%;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.conpherence-header-pane .subtitle {
|
||||
position: relative;
|
||||
left: 62px;
|
||||
top: 6px;
|
||||
left: 77px;
|
||||
top: 21px;
|
||||
color: #bfbfbf;
|
||||
max-width: 80%;
|
||||
}
|
||||
|
||||
@@ -3,9 +3,12 @@
|
||||
*/
|
||||
|
||||
.no-conpherences-menu-item {
|
||||
color: #ffffff;
|
||||
color: #a1a5a9;
|
||||
border-top: solid 1px #3B3D3E;
|
||||
padding: 20px 0px 20px 66px;
|
||||
padding: 20px 0;
|
||||
margin: 0px auto;
|
||||
width: 320px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.conpherence-menu .phabricator-nav-column-background,
|
||||
|
||||
@@ -15,9 +15,10 @@
|
||||
position: fixed;
|
||||
left: 320px;
|
||||
right: 321px;
|
||||
top: 94px;
|
||||
top: 124px;
|
||||
bottom: 225px;
|
||||
overflow-y: auto;
|
||||
box-shadow: inset 1px 5px 5px rgba(0,0,0,0.1);
|
||||
}
|
||||
|
||||
.conpherence-message-pane .phabricator-form-view {
|
||||
@@ -46,8 +47,7 @@
|
||||
}
|
||||
|
||||
.conpherence-message-pane .phabricator-transaction-view {
|
||||
margin: 1em 1.25em 1em 1.25em;
|
||||
display: block;
|
||||
margin: 10px 0 10px 15px;
|
||||
}
|
||||
|
||||
.conpherence-message-pane .phabricator-transaction-detail {
|
||||
@@ -67,8 +67,7 @@
|
||||
}
|
||||
|
||||
.conpherence-message-pane .conpherence-edited .phabricator-transaction-content {
|
||||
font-size: 12px;
|
||||
padding: 0em 1em 0em 1em;
|
||||
padding: 0 1em 0 1em;
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,12 +5,13 @@
|
||||
.conpherence-widget-pane {
|
||||
position: fixed;
|
||||
right: 0px;
|
||||
top: 94px;
|
||||
top: 125px;
|
||||
width: 320px;
|
||||
height: 100%;
|
||||
border-width: 0 0 0 1px;
|
||||
border-color: #CCC;
|
||||
border-style: solid;
|
||||
background: url('/rsrc/image/texture/dust_background.jpg');
|
||||
}
|
||||
|
||||
.conpherence-widget-pane .aphront-form-input {
|
||||
|
||||
BIN
webroot/rsrc/image/actions/edit.png
Normal file
BIN
webroot/rsrc/image/actions/edit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 410 B |
Reference in New Issue
Block a user