Skip to content

Commit

Permalink
[frontend] more styles from dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Sep 11, 2017
1 parent c0548e2 commit ebeb49a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions frontend/express/public/stylesheets/main.css
Expand Up @@ -1179,6 +1179,15 @@ table.events-table { width:100%; padding:0; margin:0; }
.cly-drawer .details .section { margin-bottom: 25px; }
.cly-drawer .details .section .label { font-size: 12px; margin-bottom: 8px; color:#636363; }
.cly-drawer .details .section > .description { font-size: 11px; margin-top: 4px; color: #9c9c9c; line-height: 17px; }
.cly-drawer .details .section .checks { border:1px solid #d0d0d0; border-radius: 2px; }
.cly-drawer .details .section .checks .check:first-child { border:none; }
.cly-drawer .details .section .checks .check { border-top:1px solid #d0d0d0; background-color: #ececec; overflow: auto; padding:8px; cursor: pointer; }
.cly-drawer .details .section .checks .check.selected { background-color: #FFF; }
.cly-drawer .details .section .checks .check .box { border:1px solid #CCC; border-radius:15px; float:left; width:12px; height: 12px; margin-top:1px; position: relative; margin-right: 8px; cursor: pointer; }
.cly-drawer .details .section .checks .check.selected .box { box-shadow: inset 0 0 0 2px #FFF; background-color:#2eb52b; }
.cly-drawer .details .section .checks .check .text { float:left; font-size: 12px; margin-top: 1px; color: #6f6f6f; cursor: pointer; }
.cly-drawer .details .section .checks .check .description { float:left; font-size: 10px; margin-top: 3px; margin-left: 20px; color: #9c9c9c; }
.cly-drawer .details .section input[type=text].input { width: 100%; box-sizing: border-box; border-radius: 2px; border: 1px solid #d6d6d6; outline: none; padding: 7px; font-size: 12px; }
/* DRAWER UI END */

/* MISC */
Expand Down

0 comments on commit ebeb49a

Please sign in to comment.