summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/styles/gr-menu-page-styles.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/styles/gr-menu-page-styles.html')
-rw-r--r--polygerrit-ui/app/styles/gr-menu-page-styles.html16
1 files changed, 13 insertions, 3 deletions
diff --git a/polygerrit-ui/app/styles/gr-menu-page-styles.html b/polygerrit-ui/app/styles/gr-menu-page-styles.html
index 81d41797a4..48ca396e10 100644
--- a/polygerrit-ui/app/styles/gr-menu-page-styles.html
+++ b/polygerrit-ui/app/styles/gr-menu-page-styles.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -24,18 +25,23 @@ limitations under the License.
margin: 2em auto;
max-width: 50em;
}
- main.table {
+ .mainHeader {
+ margin-left: 14em;
+ padding: 1em 0 1em 2em;
+ }
+ main.table,
+ .mainHeader {
margin-top: 0;
margin-right: 0;
margin-left: 14em;
max-width: none;
}
h2.edited:after {
- color: #444;
+ color: var(--deemphasized-text-color);
content: ' *';
}
.loading {
- color: #666;
+ color: var(--deemphasized-text-color);
padding: 1em var(--default-horizontal-margin);
}
@media only screen and (max-width: 67em) {
@@ -56,6 +62,10 @@ limitations under the License.
main.table {
margin: 0;
}
+ .mainHeader {
+ margin-left: 0;
+ padding: .5em 0 .5em 1em;
+ }
}
</style>
</template>