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

Unified Diff: static/css/main-mobile.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-mobile.css
diff --git a/static/css/main-mobile.css b/static/css/main-mobile.css
index d48971d7469bf78048831563d2135938b42f53f1..ed070d526745483365aebfc114c84c2be3b1cb73 100644
--- a/static/css/main-mobile.css
+++ b/static/css/main-mobile.css
@@ -70,7 +70,7 @@ header nav>ul
background-color: white;
}
-header nav>ul>li.selected, footer nav section h1
+header nav>ul>li.selected, .footer-main nav section h1
{
cursor: pointer;
}
@@ -146,24 +146,24 @@ html[dir="rtl"] #logo
margin: 20px 10px 50px 10px;
}
-footer
+.footer-main
{
text-align: center;
position: static;
}
-footer h1, footer nav li
+.footer-main h1, .footer-main nav li
{
padding: 15px;
margin: 0px;
}
-footer nav li
+.footer-main nav li
{
display: none;
}
-footer nav section h1::after
+.footer-main nav section h1::after
{
content: "";
display: inline-block;
@@ -175,18 +175,18 @@ footer nav section h1::after
background-position: -31px -166px;
}
-html[dir="rtl"] footer nav section h1::after
+html[dir="rtl"] .footer-main nav section h1::after
{
margin-right: 5px;
margin-left: 0;
}
-footer nav section.visible h1::after
+.footer-main nav section.visible h1::after
{
background-position: -31px -178px;
}
-footer nav section.visible li
+.footer-main nav section.visible li
{
display: block;
}
« static/css/main.css ('K') | « static/css/main-desktop.css ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld