From 87d0b4d1aa49deb33c39558b8a44dfda192fa674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Sat, 29 Dec 2012 00:04:06 +0100 Subject: [PATCH] included badboys buttons --- nodeartnet/.idea/workspace.xml | 168 ++++++++++++++++++------- nodeartnet/bootstrap/css/style.css | 61 ++++++++++ nodeartnet/index.html | 189 +++++++++++++++++++++++++++-- 3 files changed, 365 insertions(+), 53 deletions(-) create mode 100644 nodeartnet/bootstrap/css/style.css diff --git a/nodeartnet/.idea/workspace.xml b/nodeartnet/.idea/workspace.xml index 4a3c3ee..3276e99 100644 --- a/nodeartnet/.idea/workspace.xml +++ b/nodeartnet/.idea/workspace.xml @@ -1,12 +1,17 @@ - + + + + + - + + + + + + + + - + @@ -130,6 +156,8 @@ + + @@ -180,10 +208,26 @@ + + + + + + + + + + - - @@ -191,6 +235,7 @@ + @@ -210,19 +255,6 @@ + + @@ -303,29 +366,29 @@ - - + + - - + + - + - - - + + + - + - - + + - + @@ -384,25 +447,46 @@ - + - - - - + + - + + + + + + + + + + + + + + + + + + + + + + + + - + diff --git a/nodeartnet/bootstrap/css/style.css b/nodeartnet/bootstrap/css/style.css new file mode 100644 index 0000000..8509594 --- /dev/null +++ b/nodeartnet/bootstrap/css/style.css @@ -0,0 +1,61 @@ +.row { + margin-left: 0; +} +.left { + float: left; +} +.container { + padding: 5px; +} +.right { + display: inline-block; + border: 1px solid black; + width: 100px; + height: 600px; + margin: 10px; + margin-left: 0px; +} +.span3 { + border: 1px solid black; + margin: 5px; + width: 250px; + height: 150px; +} +.spansmall { + width: 100px; +} + +.spansmall .btn-group { + padding-left: 9px; +} + +.bottom { + border: 1px solid black; + margin-left: 0; +} +.bottom input[type=range] { + width: 900px; +} + +.farright { + width: 250px; +} +@media screen and (-webkit-min-device-pixel-ratio:0) { + .farright { + width: 100px; + } + .right input[type=range] { + -webkit-appearance: slider-vertical; + height: 600px; + width: 30px; + } +} + +.btn-group { + padding: 10px; + padding-left: 50px; +} + +.btn-group + .btn-group { + margin-left: 0; +} diff --git a/nodeartnet/index.html b/nodeartnet/index.html index c21c3d2..7d13106 100644 --- a/nodeartnet/index.html +++ b/nodeartnet/index.html @@ -4,6 +4,7 @@ Bootstrap 101 Template +