ginebra2/chrome/bedrockchrome/chrome_maemo.css
changeset 16 3c88a81ff781
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ginebra2/chrome/bedrockchrome/chrome_maemo.css	Fri Oct 15 17:30:59 2010 -0400
@@ -0,0 +1,47 @@
+/* place overall style hooks here */
+
+/* Make chrome items appear to be non-selectable */
+::selection {
+  background: transparent;
+  color: inherit;
+}
+
+body {
+  margin:0px;
+  -webkit-user-select:none;
+}
+
+#StatusBarChromeId {
+ height: 26px;
+}
+
+#UrlSearchChromeId, #TitleUrlId {
+  height: 44px;
+  padding-top: 5px; 
+  border-top-width: 0px; 
+  border-top-color: #646f85;
+  color:black; 
+  background-color: white; 
+  border-bottom-color: #b0c4de;
+}
+
+
+/* Toolbar CSS */
+
+#WebViewToolbarId, #WindowViewToolbarId, #RecentUrlViewToolbarId, #BookmarkViewToolbarId, #SettingsViewToolbarId {
+  height:70px;
+  width:100%;
+
+  /* Need to specify border-style for width to have effect*/
+  border-style:solid;
+  border-top-color:#2A3447;
+  border-top-width:3px;
+
+  padding-top:4px;
+}
+
+.ButtonSnippet {
+  height: 70px;
+  width:120px;
+
+}