You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/03 02:02:02 UTC

[05/15] git commit: Taking out the old dropdown styling.

Taking out the old dropdown styling.


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/6cc51774
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/6cc51774
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/6cc51774

Branch: refs/heads/refactor
Commit: 6cc51774fad16ba0e48a124c363a3ec08aad57b8
Parents: 3f4aea8
Author: Josh Bavari <jo...@raisemore.com>
Authored: Sun Mar 30 12:19:53 2014 -0500
Committer: Josh Bavari <jo...@raisemore.com>
Committed: Sun Mar 30 12:19:53 2014 -0500

----------------------------------------------------------------------
 attachments/css/pages/packageDetails.less | 74 +++++++++++++++++++++++++-
 1 file changed, 73 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/6cc51774/attachments/css/pages/packageDetails.less
----------------------------------------------------------------------
diff --git a/attachments/css/pages/packageDetails.less b/attachments/css/pages/packageDetails.less
index 5f4d861..006fd36 100644
--- a/attachments/css/pages/packageDetails.less
+++ b/attachments/css/pages/packageDetails.less
@@ -1,7 +1,7 @@
 /* Package Details styles */
 
 .space {
-	padding: 20px 0px;
+	padding: 5px 0px;
     border-bottom:solid 2px #bfb7b9;
 }
 
@@ -14,4 +14,76 @@
 	color: @highlight-color;
 	cursor: pointer;
 	padding: 20px 0px;
+}
+
+.version-dropdown {
+	width: 100%;
+}
+
+// .version-dropdown {
+//     position: relative;
+//     background-color: @highlight-color;
+//     color: #fff;
+//     font-size: inherit;
+//     padding: .5em;
+//     padding-right: 2.5em; 
+//     border: 0;
+//     margin: 0;
+//     border-radius: 3px;
+//     text-indent: 0.01px;
+//     text-overflow: '';
+//     -webkit-appearance: button-arrow-down; /* hide default arrow in chrome OSX */
+// }
+
+// .version-dropdown::before,
+// .version-dropdown::after {
+//   content: "";
+//   position: absolute;
+//   pointer-events: none;
+// }
+
+// .version-dropdown::after { /*  Custom dropdown arrow */
+//   content: '\25BC';
+//   height: 1em;
+//   font-size: .625em;
+//   line-height: 1;
+//   right: 1.2em;
+//   top: 50%;
+//   margin-top: -.5em;
+//   color: rgba(0,0,0,.4);
+// }
+
+// .version-dropdown::before { /*  Custom dropdown arrow cover */
+//   width: 2em;
+//   right: 0;
+//   top: 0;
+//   bottom: 0;
+//   border-radius: 0 3px 3px 0;
+// }
+
+// .version-dropdown select[disabled] {
+//   color: rgba(0,0,0,.3);
+// }
+
+// .version-dropdown select[disabled]::after {
+//   color: rgba(0,0,0,.1);
+// }
+
+// .version-dropdown::before {
+//   background-color: rgba(0,0,0,.15);
+// }
+
+// .version-dropdown::after {
+//   color: rgba(0,0,0,.4);
+// }
+
+.package-detail-rows {
+
+	div.row {
+		padding: 5px 0px;
+	}
+}
+
+.readme {
+	margin-top: 10px;
 }
\ No newline at end of file