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

Unified Diff: static/css/main.css

Issue 29359972: Issue 2295 - Add French disclaimer text to the pages that are currently missing it (Closed)
Patch Set: Created Oct. 27, 2016, 10:24 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
« no previous file with comments | « pages/elemhidehelper.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -436,8 +436,27 @@
{
cursor: pointer;
}
div.animation[started="true"]
{
-moz-user-select: none;
}
+
+.alert
saroyanm 2016/10/27 13:22:52 Why alert, but not warning or notification ?
juliandoucette 2016/10/27 13:37:47 1. Alert makes sense (definition wise) 2. .warning
saroyanm 2016/10/27 13:42:42 I assume .warning and .disclaimer that are defined
+{
+ display: block;
+ padding: 15px;
+ margin: 15px 0;
+ background-color: #fff;
+ border: 1px solid #a1a1a1;
+}
+
+[dir="ltr"] .alert
+{
+ border-left: 5px solid #d14841;
+}
+
+[dir="rtl"] .alert
+{
+ border-right: 5px solid #d14841;
+}
« no previous file with comments | « pages/elemhidehelper.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld