You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2012/07/10 20:20:32 UTC

[2/2] spec commit: update master css to support a poorly styled input box

update master css to support a poorly styled input box


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

Branch: refs/heads/master
Commit: cb90fb14b5cf487316dfc6550840021283a8922b
Parents: d411e1a
Author: Lorin Beer <lo...@nitobi.com>
Authored: Thu Jun 28 15:16:43 2012 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Jul 10 11:22:28 2012 -0700

----------------------------------------------------------------------
 master.css |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/cb90fb14/master.css
----------------------------------------------------------------------
diff --git a/master.css b/master.css
old mode 100755
new mode 100644
index 2d427f3..f64b29c
--- a/master.css
+++ b/master.css
@@ -110,3 +110,22 @@
    padding:1.2em 0;
    margin:3px 5px 3px 5px;
   }
+  
+  #stage.theme .input{
+   border: 1px solid #555;
+   -webkit-border-radius: 5px;
+   border-radius: 5px;
+   text-align:center;
+   display:block;
+   float:light;
+   background:#888;
+   color:#9cd;
+   font-size:1.1em;
+   text-decoration:none;
+   padding:1.2em 0;
+   margin:3px 0px 3px 5px;    
+ }
+  
+  #stage.theme .numeric{
+   width:100%;
+  }
\ No newline at end of file