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

Unified Diff: static/css/styles.css

Issue 5097747367591936: Issue 332 - Add country flags to team page (Closed)
Patch Set: Created April 29, 2014, 4:29 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/styles.css
===================================================================
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -383,11 +383,20 @@
margin-bottom: 30px;
}
-.profile-image
+.profile-image,
+.country-image
{
border-radius: 200px;
}
+.country-image
+{
+ position: absolute;
+ bottom: 0px;
+ left: 50%;
+ margin-left: 30px;
+}
+
.profile h1
{
font-size: 20px;
@@ -445,6 +454,7 @@
.column > :first-child
{
+ position: relative;
margin-top: 0;
}
« pages/team.tmpl ('K') | « pages/team.tmpl ('k') | static/images/flags/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld