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

Unified Diff: skin/options.css

Issue 29321417: Issue 2357 - Added "predefined list" dialog to options page (Closed)
Patch Set: Post-review: Merged Created July 16, 2015, 11:36 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
« options.js ('K') | « 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
@@ -828,7 +828,6 @@
background-color: #FFFFFF;
border: 2px solid #4D9D4B;
border-radius: 3px;
- display: none;
margin: auto;
position:absolute;
top:100px;
@@ -915,27 +914,11 @@
color: #FFFFFF;
}
-#dialog-title > span
-{
- display: none;
-}
-
-body[data-dialog="customlist"] #dialog-title-customlist,
-body[data-dialog="language"] #dialog-title-language
-{
- display: inline;
-}
-
#dialog-body .dialog-content-block
{
padding: 12px 0px;
}
-#dialog-body .dialog-content
-{
- display: none;
-}
-
#dialog .button-wrapper
{
background-color: #F5F5F5;
@@ -954,11 +937,22 @@
vertical-align: top;
}
-body[data-dialog="customlist"] #dialog-content-customlist,
-body[data-dialog="language"] #dialog-content-language,
-body[data-dialog] #dialog
+#dialog .url
{
- display: block;
+ margin-top: 10px;
+ margin-bottom: 20px;
+ word-wrap: break-word;
+}
+
+body:not([data-dialog="custom"]) #dialog-title-custom,
+body:not([data-dialog="custom"]) #dialog-content-custom,
+body:not([data-dialog="language"]) #dialog-title-language,
+body:not([data-dialog="language"]) #dialog-content-language,
+body:not([data-dialog="predefined"]) #dialog-title-predefined,
+body:not([data-dialog="predefined"]) #dialog-content-predefined,
+body:not([data-dialog]) #dialog
+{
+ display: none;
}
#other-language .button-add
« options.js ('K') | « options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld