From 466c70979d47f788b86208123dfe5a4ec8b3bdb7 Mon Sep 17 00:00:00 2001 From: saman bb Date: Mon, 25 Mar 2013 15:33:13 -0400 Subject: [PATCH] positioning tweaks. --- css/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 1d193d849..e9fca1da5 100644 --- a/css/app.css +++ b/css/app.css @@ -805,9 +805,9 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} } .subgrid { - width: -webkit-calc(100% + 10px); - width: calc(100% - 10px); width: 100%; + width: -webkit-calc(100% + 10px); + width: calc(100% + 10px); margin-left: -10px; overflow: hidden; } @@ -913,6 +913,8 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;} .tag-wrap .preset-icon-wrap div { height: 90px; width: 33.3333%; + width: -webkit-calc(33.3333% - 10px); + width: calc(33.3333% - 10px); margin: auto; border-radius: 4px; border: 1px solid #CCC;