aboutsummaryrefslogtreecommitdiffstats
path: root/static/css/checkin.css
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-08-04 10:11:24 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-08-04 10:11:24 +0300
commit63b0fc6269b38edf7234b9f151b80d81f614c0a3 (patch)
tree555de3068f33f8dddb4619349bbea7d9b7c822fd /static/css/checkin.css
downloadServo-63b0fc6269b38edf7234b9f151b80d81f614c0a3.tar.gz
Servo-63b0fc6269b38edf7234b9f151b80d81f614c0a3.tar.bz2
Servo-63b0fc6269b38edf7234b9f151b80d81f614c0a3.zip
Initial commit
First public commit
Diffstat (limited to 'static/css/checkin.css')
-rw-r--r--static/css/checkin.css46
1 files changed, 46 insertions, 0 deletions
diff --git a/static/css/checkin.css b/static/css/checkin.css
new file mode 100644
index 0000000..a9f2a34
--- /dev/null
+++ b/static/css/checkin.css
@@ -0,0 +1,46 @@
+.container-narrow {
+ max-width:700px;
+ margin: 0 auto;
+}
+.jumbotron {
+ margin: 60px 0;
+ text-align: center;
+}
+.jumbotron h1 {
+ font-size: 72px;
+ line-height: 1em;
+}
+.main {
+ padding-top: 40px;
+ padding-bottom: 40px;
+}
+.choose-device {
+ text-align: center;
+}
+.choose-device a:hover {
+ text-decoration: none;
+}
+.nolabel label {
+ display: none;
+}
+textarea {
+ resize: vertical;
+}
+.alert {
+ margin-top: 20px;
+}
+.select-tags {
+ padding: 0 10px;
+}
+.select-tags .btn {
+ margin: 3px;
+}
+.device-image {
+ width: 100%;
+}
+label {
+ font-weight: normal !important;
+}
+.required label {
+ font-weight: bold !important;
+}