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

Unified Diff: static/css/main.css

Issue 29359889: Issue 2292 - Add a disclaimer text on all landing pages in French language that provide the user li… (Closed)
Patch Set: Created Oct. 25, 2016, 3:53 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
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -436,8 +436,28 @@
{
cursor: pointer;
}
div.animation[started="true"]
{
-moz-user-select: none;
}
+
+.alert
saroyanm 2016/10/26 17:31:18 What is the reason of renaming warning to alert ?
+{
+ display: block;
+ padding: 15px;
+ margin: 15px 0;
+ background-color: #fff;
+ border: 1px solid #A1A1A2;
+}
+
+html[dir="ltr"] .alert
+{
+ border-left: 5px solid #D14841;
+}
+
+
+html[dir="rtl"] .alert
+{
+ border-right: 5px solid #D14841;
+}

Powered by Google App Engine
This is Rietveld