aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-08-14 16:51:05 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-08-14 16:51:05 +0200
commit9b5c01ffe463f9f5cceafc9f28b108441a6f9d66 (patch)
tree7f0fb81e3bb254eebed03bab6b0127b9782d0506
Imported Gerrit Linaro theme files.
-rw-r--r--README21
-rw-r--r--etc/GerritSite.css33
-rw-r--r--etc/GerritSiteHeader.html5
-rw-r--r--static/linaro-logo.pngbin0 -> 4131 bytes
4 files changed, 59 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3be8b2a
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+Gerrit Linaro Theme
+===================
+
+This is a custom Linaro theme created for Gerrit installation.
+
+Install
+=======
+
+ * Copy the content of the etc/ folder into the etc/ folder of the Gerrit
+ installation.
+ * Copy the contento of the static/ folder into the static/ folder of the
+ Gerrit installation.
+
+That's all!
+
+Gerrit Documentation
+====================
+
+Useful link to Gerrit documentation on how to create customise the theme:
+
+ http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/config-headerfooter.html
diff --git a/etc/GerritSite.css b/etc/GerritSite.css
new file mode 100644
index 0000000..a8c8cc0
--- /dev/null
+++ b/etc/GerritSite.css
@@ -0,0 +1,33 @@
+a, a:link, a:visited, a:hover {
+ color: #29A030 !important;
+ text-decoration: none;
+}
+
+#gerrit_header {
+ display: block !important;
+ position: relative;
+ top: -60px;
+ margin-bottom: -60px;
+ width: 300px;
+ padding-left: 17px;
+}
+
+#gerrit_topmenu {
+ background: none;
+ position:relative;
+ top: 0px;
+ left: 400px;
+ margin-right: 400px;
+}
+
+#gerrit_topmenu tbody tr td table {
+ border: 0;
+}
+
+#gerrit_topmenu .gwt-TextBox {
+ width: 250px;
+}
+
+a.gwt-InlineHyperlink {
+ background: none !important;
+}
diff --git a/etc/GerritSiteHeader.html b/etc/GerritSiteHeader.html
new file mode 100644
index 0000000..bbb37cd
--- /dev/null
+++ b/etc/GerritSiteHeader.html
@@ -0,0 +1,5 @@
+<div>
+ <h1>
+ <a href="http://www.linaro.org"><img border="0" src="static/linaro-logo.png" style="vertical-align:middle;"/></a>
+ </h1>
+</div>
diff --git a/static/linaro-logo.png b/static/linaro-logo.png
new file mode 100644
index 0000000..f61959e
--- /dev/null
+++ b/static/linaro-logo.png
Binary files differ