You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/03/05 20:32:38 UTC

spec commit: CSS tweaks.

Updated Branches:
  refs/heads/master 59b4c56c8 -> 0e6e5c3ba


CSS tweaks.

-Change buttons to inline-block instead of float
-Restyle yellow info divs a bit.


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/0e6e5c3b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/0e6e5c3b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/0e6e5c3b

Branch: refs/heads/master
Commit: 0e6e5c3bae1cd49c36a84363e454efa1efe772a8
Parents: 59b4c56
Author: Andrew Grieve <ag...@chromium.org>
Authored: Tue Mar 5 11:29:28 2013 -0800
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Tue Mar 5 11:29:28 2013 -0800

----------------------------------------------------------------------
 master.css |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/0e6e5c3b/master.css
----------------------------------------------------------------------
diff --git a/master.css b/master.css
index 0332856..2549d17 100644
--- a/master.css
+++ b/master.css
@@ -36,8 +36,15 @@
     border-radius: 5px;
     clear:both;
     margin:15px 6px 0;
-    width:295px;
+    min-width:295px;
     padding:4px 0px 2px 10px;
+    word-wrap:break-word;
+    margin-bottom:10px;
+    display:inline-block;
+    min-height: 160px;
+    max-height: 300px;
+    overflow: auto;
+    -webkit-overflow-scrolling: touch;
   }
   
   #info > h4{
@@ -100,8 +107,7 @@
   	-webkit-border-radius: 5px;
   	border-radius: 5px;
   	text-align:center;
-  	display:block;
-  	float:left;
+  	display:inline-block;
   	background:#444;
   	width:150px;
   	color:#9ab;