c4eaff3957
Upgrade gerrit to 2.3.0. Add management of the apache virtualhost. Remove gerrit body styling (including the javascript hack) in favor of using the gerrit theme config options for body styling. Keep header and top menu changes. This should make it easier to keep up with new gerrit versions without chasing weird GWT changes. Add management of the gerrit init script. Add management of MySQL. Add installation and upgrading of Gerrit. Change-Id: Idf9e551552d335a2ae82cd27a63edcf6daf94115
21 lines
1.1 KiB
CSS
21 lines
1.1 KiB
CSS
body {color: #535353 !important; background: url("static/openstack-page-bkg.jpg") no-repeat scroll 0 0 white !important; position: static}
|
|
a,a:visited {color: #264D69 !important; text-decoration: none;}
|
|
a:hover {color: #000 !important; text-decoration: underline}
|
|
|
|
a.gwt-InlineHyperlink {background: none !important}
|
|
|
|
#gerrit_header {display: block !important; position: relative; top: -60px; margin-bottom: -60px; width: 400px; padding-left: 17px}
|
|
#gerrit_header h1 {font-family: 'PT Sans', sans-serif; font-weight: normal; letter-spacing: -1px}
|
|
|
|
#gerrit_topmenu {background: none; position:relative; top: 0px; left: 400px; margin-right: 400px}
|
|
|
|
#gerrit_topmenu tbody tr td table {border: 0}
|
|
|
|
#gerrit_topmenu tbody tr td table.gwt-TabBar {color: #353535; border-bottom: 1px solid #C5E2EA;}
|
|
#gerrit_topmenu .gwt-Button {padding: 3px 6px}
|
|
.gwt-TabBarItem-selected {color: #CF2F19 !important; border-bottom: 3px solid #CF2F19;}
|
|
.gwt-TabBarItem {color: #353535; border-right: 0 !important}
|
|
.gwt-TabBar .gwt-TabBarItem, .gwt-TabBar .gwt-TabBarRest, .gwt-TabPanelBottom {background: 0 !important;}
|
|
|
|
#gerrit_topmenu .gwt-TextBox {width: 250px}
|