summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-03-18 13:20:47 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-03-18 13:20:47 +0000
commit5f10cabb6efe100c9b3c07b8f29498f85a2e2b34 (patch)
treec74104ab88f59ddccc3baa3718c916481e879beb /assets
parent720a66f21b046035eb7e9d3da9c3a174d90d86a4 (diff)
downloadaports-turbo-5f10cabb6efe100c9b3c07b8f29498f85a2e2b34.tar.bz2
aports-turbo-5f10cabb6efe100c9b3c07b8f29498f85a2e2b34.tar.xz
add deps to package view
Diffstat (limited to 'assets')
-rw-r--r--assets/style.css54
1 files changed, 28 insertions, 26 deletions
diff --git a/assets/style.css b/assets/style.css
index f525dba..680bc13 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -1,49 +1,47 @@
html {
- height: 100%;
+ height: 100%;
}
html, body {
- overflow-x: hidden;
- margin: 0;
- padding: 0;
+ overflow-x: hidden;
+ margin: 0;
+ padding: 0;
}
body {
- position: relative;
- min-height: 100%;
+ position: relative;
+ min-height: 100%;
background: #eee;
margin:auto;
width:80%;
}
-
-
header {
- border-bottom: 2px solid #17a;
+ border-bottom: 2px solid #17a;
display: inline-block;
width: 100%;
/* fix inline-block auto margin */
- margin-bottom: -4px;
+ margin-bottom: -4px;
}
#main {
- background: #fff;
+ background: #fff;
padding: 10px;
margin:0px;
}
form#search {
- margin: 10px;
+ margin: 10px;
}
footer {
- margin: 10px;
- text-align: center;
- font-size: 0.8em
+ margin: 10px;
+ text-align: center;
+ font-size: 0.8em
}
img#logo {
- width:300px;
+ width:300px;
float: left;
margin: 1em;
margin-right: 2em;
@@ -65,17 +63,21 @@ nav a {
}
nav a.active {
- background-color: #17a;
- color: white;
+ background-color: #17a;
+ color: white;
}
-table {
- font-size: 90%;
- white-space: nowrap;
-}
+/* icons on deps toggle */
-/* package */
+.panel-heading .accordion-toggle:after {
+ /* symbol for "opening" panels */
+ font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
+ content: "\e114"; /* adjust as needed, taken from bootstrap.css */
+ float: right; /* adjust as needed */
+ color: grey; /* adjust as needed */
+}
+.panel-heading .accordion-toggle.collapsed:after {
+ /* symbol for "collapsed" panels */
+ content: "\e080"; /* adjust as needed, taken from bootstrap.css */
+}
-table#package {
- width: 60%;
- } \ No newline at end of file