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

Unified Diff: skin/new-options.css

Issue 29411555: Issue 5169 - Add whitelisted tab to the new options page (Closed)
Patch Set: Created April 21, 2017, 11:32 a.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
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/new-options.css
===================================================================
--- a/skin/new-options.css
+++ b/skin/new-options.css
@@ -347,6 +347,7 @@
body[data-tab|="general"] #content-general,
body[data-tab|="advanced"] #content-advanced,
+body[data-tab|="whitelist"] #content-whitelist,
body[data-tab|="help"] #content-help
{
display: block;
@@ -610,43 +611,6 @@
width: 100%;
}
-#whitelisting .controls.mode-edit > button,
-#whitelisting .controls:not(.mode-edit) > div
-{
- display: none;
-}
-
-#whitelisting .controls input[type="text"]
-{
- border: 0px;
- border-bottom: 1px solid #A1A1A1;
- -moz-padding-end: 25px;
- -webkit-padding-end: 25px;
- -moz-margin-start: 14px;
- -webkit-margin-start: 14px;
- outline: 0px;
- padding-bottom: 5px;
- vertical-align: text-bottom;
- width: 100%;
-}
-
-#whitelisting .controls .button-add span
-{
- -moz-margin-start: 5px;
- -webkit-margin-start: 5px;
-}
-
-#whitelisting .button-add
-{
- -moz-margin-start: 32px;
- -webkit-margin-start: 32px;
-}
-
-#whitelisting-add-button + span
-{
- flex: 1;
-}
-
.icon-enter
{
background-position: -19px -33px;
« new-options.js ('K') | « new-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld