Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/options.css

Issue 29321206: Issue 2383 - Added links to options page sidebar (Closed)
Patch Set: Created June 29, 2015, 4:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/options.css
===================================================================
--- a/skin/options.css
+++ b/skin/options.css
@@ -111,9 +111,11 @@
display: flex;
}
-.tabs li span:first-child
+.tabs li a:first-child
{
flex: 1;
+ color: inherit;
+ text-decoration: none;
}
.tabs.vertical
@@ -213,7 +215,7 @@
width: 16px;
}
-#tab-donate .icon
+#tab-contribute .icon
{
background-position: -30px -17px;
height: 16px;
@@ -236,11 +238,18 @@
padding: 40px 0px 16px 0px;
}
-.nav-link
+#link-version
{
- -moz-margin-start: 12px;
- -webkit-margin-start: 12px;
+ display: flex;
+ margin: 12px 20px;
color: #3A7BA6;
+ text-decoration: none;
+}
+
+#abp-version
+{
+ -moz-margin-start: 5px;
+ -webkit-margin-start: 5px;
}
#content-wrapper
« no previous file with comments | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld