summaryrefslogtreecommitdiff
path: root/css/fossee_stats_main.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/fossee_stats_main.css')
-rwxr-xr-xcss/fossee_stats_main.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/css/fossee_stats_main.css b/css/fossee_stats_main.css
new file mode 100755
index 0000000..8a36e99
--- /dev/null
+++ b/css/fossee_stats_main.css
@@ -0,0 +1,24 @@
+/* override bootstrap */
+.btn-large {
+ padding: 8px 19px !important;
+}
+/* main styles */
+#job-application input[type=text],
+#job-application select {
+ width: 55%;
+}
+#job-description legend,
+#job-application legend {
+ text-align: center;
+}
+#quick-links {
+ position: fixed;
+ left: 45px;
+ top: 250px;
+}
+.sync-msg {
+ font-size: .8em;
+}
+.messages.success {
+ background: lightgreen;
+}