summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-10-10 18:47:38 -0400
committerryderr <r@okfoc.us>2014-10-10 18:47:38 -0400
commitc704e66d60e6918db9936a332885f2c79c23c899 (patch)
tree15ce75f3ca862372a79e3784d076e179c1ce95b3
parent89250afda6c91942c3444b32031a6001b6b5ccf8 (diff)
thumbz
-rwxr-xr-xpublic/assets/stylesheets/app.css17
-rw-r--r--public/assets/stylesheets/staff.css2
2 files changed, 13 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index 2da5955..90fcbed 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -338,7 +338,7 @@ iframe.embed {
.projectList .room {
width: 22vw;
height: 17vw;
- margin: 1vw 1vw 0 1vw;
+ margin: 1vw 1vw 10px 1vw;
display: table;
position: relative;
z-index: 1;
@@ -422,15 +422,16 @@ iframe.embed {
}
.page .projectList label {
- font-weight: 600;
- font-size: 12px;
+ font-weight: 500;
+ font-size: 11px;
color: black;
text-decoration: none;
display: inline-block;
cursor: pointer;
- border: 1px solid black;
+ border: 1px solid #000;
line-height: 18px;
- padding:0 5px;
+ padding: 5px;
+ letter-spacing: 0.3px;
}
.page .room .holder a:hover {
@@ -2425,6 +2426,12 @@ a[data-role="forgot-password"] {
width: 55px;
line-height: 55px;
}
+ .facebook b {
+ font-size: 40px;
+ }
+ .facebook span {
+ line-height: 20px;
+ }
form {
max-width: 90%;
diff --git a/public/assets/stylesheets/staff.css b/public/assets/stylesheets/staff.css
index 720eb0a..de31571 100644
--- a/public/assets/stylesheets/staff.css
+++ b/public/assets/stylesheets/staff.css
@@ -28,7 +28,7 @@ nav {
text-align: left;
}
nav a {
- margin-left: 20px;
+ margin-left: 10px;
}
hr {
border: 1px solid #bbb;