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

Unified Diff: static/css/main-desktop.css

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Changed table into unordered list, refactored list markup, refactored main css and templates to support multiple footer elements Created Feb. 27, 2016, 4:16 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-desktop.css
diff --git a/static/css/main-desktop.css b/static/css/main-desktop.css
index cf57876f3aa5712e1807e8805539776eb6a6f480..a3212fe0c5787df0038cde73219c59689f944f6b 100644
--- a/static/css/main-desktop.css
+++ b/static/css/main-desktop.css
@@ -221,7 +221,7 @@ html[dir="rtl"] #logo
margin-bottom: 280px;
}
-footer
+.footer-main
{
position: absolute;
left: 0;
@@ -235,42 +235,42 @@ footer
.bottom: 220px;
}
-html[dir="rtl"] footer
+html[dir="rtl"] .footer-main
{
right: 0;
left: auto;
}
-footer nav
+.footer-main nav
{
width: 600px;
}
-footer nav h1, footer nav li
+.footer-main nav h1, .footer-main nav li
{
width: 160px;
padding-bottom: 5px;
}
-footer nav, footer nav section, #social
+.footer-main nav, .footer-main nav section, #social
{
display: inline-block;
vertical-align: top;
}
-footer nav section
+.footer-main nav section
{
margin-left: 55px;
margin-right: 0;
}
-html[dir="rtl"] footer nav section
+html[dir="rtl"] .footer-main nav section
{
margin-right: 55px;
margin-left: 0;
}
-html footer nav section.first
+html .footer-main nav section.first
{
margin-left: 0;
margin-right: 0;
« static/css/main.css ('K') | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld