summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/sections/projects.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/sections/projects.scss')
-rw-r--r--app/assets/stylesheets/sections/projects.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index eb39c8e2788..713cdc67df0 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -13,3 +13,28 @@
}
}
}
+
+.new_project,
+.edit_project {
+ .project_name_holder {
+ input,
+ label {
+ font-size:16px;
+ line-height:20px;
+ padding:8px;
+ }
+ label {
+ color:#888;
+ }
+ .btn {
+ padding:6px;
+ margin-left:10px;
+ }
+ }
+}
+
+.new_project {
+ .field_with_errors {
+ display:inline;
+ }
+}