First working Spring-based version
[proteocache.git] / webapp / resources / css / proteocache.css
diff --git a/webapp/resources/css/proteocache.css b/webapp/resources/css/proteocache.css
new file mode 100755 (executable)
index 0000000..9c226d7
--- /dev/null
@@ -0,0 +1,28 @@
+.container {
+       padding-top: 10px;
+       margin-left: 50px;
+       width: 700px;
+}
+
+.form-horizontal {
+       width: 100%;
+}
+
+input[type="text"] {
+       height: 25px;
+}
+
+.navbar .nav>li>a {
+       color: #000000;
+}
+
+.form-horizontal .control-label {
+       text-align: left;
+}
+
+img.displayed {
+       display: block;
+       margin-left: auto;
+       margin-right: auto;
+       width: 600px;
+}
\ No newline at end of file