aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/static
diff options
context:
space:
mode:
authorBelen Barros <belen.barros.pena@intel.com>2013-02-22 15:45:35 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-02-22 17:11:20 +0000
commit18bbce1de9423899c6126756d7823726ef1e2034 (patch)
tree01d2f3facc790e899eb5cc9f308441a7a6e25d75 /layerindex/static
parentea213c8007e1653070a635a241310ada2b61a870 (diff)
downloadopenembedded-core-contrib-18bbce1de9423899c6126756d7823726ef1e2034.tar.gz
Layer details style changes
Changed to full screen layout to improve the table display and get rid of the accordion for the layer information. Signed-off-by: Belen Barros <belen.barros.pena@intel.com>
Diffstat (limited to 'layerindex/static')
-rw-r--r--layerindex/static/css/additional.css49
1 files changed, 25 insertions, 24 deletions
diff --git a/layerindex/static/css/additional.css b/layerindex/static/css/additional.css
index 10c870e1b5..4b96cd7110 100644
--- a/layerindex/static/css/additional.css
+++ b/layerindex/static/css/additional.css
@@ -27,29 +27,30 @@ textarea {
color:white;
}
-bs-docs-example:after {
- background-color: #F5F5F5;
- border: 1px solid #DDDDDD;
- border-radius: 4px 0 4px 0;
- color: #9DA0A4;
- content: "Recipes";
- font-size: 12px;
- font-weight: bold;
- left: -1px;
- padding: 3px 7px;
- position: absolute;
- top: -1px;
-}
-
-.bs-docs-example {
- background-color: #FFFFFF;
- border: 1px solid #DDDDDD;
- border-radius: 4px 4px 4px 4px;
- margin: 15px 0;
- padding: 39px 19px 14px;
- position: relative;
-}
-
.footer {
text-align: center;
-} \ No newline at end of file
+}
+
+.description {
+ margin-bottom: 2em;
+}
+
+.description p {
+ font-size: 1.2em;
+}
+
+.description ul {
+ font-size: 1.2em;
+}
+
+.description li {
+ margin-bottom: 0.5em;
+}
+
+.dependency-well {
+ padding-top: 4px;
+}
+
+h1 .btn {
+ font-weight: normal;
+}