Merge "Improve new Gerrit change screen"
This commit is contained in:
commit
4dfebbc8ec
@ -19,6 +19,76 @@ a.gwt-InlineHyperlink {background: none !important}
|
||||
|
||||
#gerrit_topmenu .gwt-TextBox {width: 250px}
|
||||
|
||||
#change_infoTable {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#change_infoTable th {
|
||||
padding: 2px 4px 2px 6px;
|
||||
background-color: #eef3f5;
|
||||
font-style: italic;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#change_infoTable td {
|
||||
padding: 2px 4px 2px 6px;
|
||||
border-bottom: 1px solid #eef3f5;
|
||||
border-right: 1px solid #eef3f5;
|
||||
}
|
||||
|
||||
#change_infoTable tr:last-child td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2 {
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* Section headers */
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-headerLine,
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-sectionHeader {
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
/* Commit message */
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-text::first-line {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
/* Commit metadata */
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-commitColumn
|
||||
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-header th {
|
||||
padding: 2px 4px 2px 6px;
|
||||
background-color: #eef3f5;
|
||||
font-style: italic;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-commitColumn
|
||||
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-header td {
|
||||
border-bottom: 1px solid #eef3f5;
|
||||
padding: 2px 4px 2px 6px;
|
||||
}
|
||||
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-commitColumn
|
||||
.com-google-gerrit-client-change-CommitBox_BinderImpl_GenCss_style-header td:last-child {
|
||||
border-right: 1px solid #eef3f5;
|
||||
}
|
||||
|
||||
/* Review history */
|
||||
.com-google-gerrit-client-change-ChangeScreen_BinderImpl_GenCss_style-cs2
|
||||
.com-google-gerrit-client-change-Message_BinderImpl_GenCss_style-name {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
.comment_test_name {
|
||||
display: inline-block;
|
||||
*display: inline;
|
||||
@ -69,4 +139,4 @@ table.infoTable td.notVotable,
|
||||
/* css attribute selector to make -1s show up red in new screen */
|
||||
[title="This patch needs further work before it can be merged"] {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user