Skip to content

Commit

Permalink
pyoes opkuisen
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Taeymans committed Jun 3, 2015
1 parent 1ffbb8c commit 3775207
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
Expand Up @@ -39,9 +39,11 @@ $header-height: 50px;
// Dialog
.dijitDialogUnderlay { background: rgba(72, 72, 72, 0.8); opacity: 1; }
.nihilo .dijitDialog .dijitDialogTitle { font-size: 23px; color: #753f7f; }
.nihilo .dijitDialogCloseIcon { background: none; }
.nihilo .dijitDialogCloseIcon { background: none; font-size: 22px; font-weight: bold; }
.dijitDialog .closeText { display: block; }
.nihilo .dijitDialog { background-color: #FFFFFF; }
.nihilo .dijitDialog .dijitDialogPaneContent { padding: 25px; }
.nihilo .dijitDialogTitleBar { padding: 10px; }

// Restore dgrid css
.dgrid table.dgrid-row-table { margin: 0; background: none; }
Expand Down Expand Up @@ -106,7 +108,7 @@ $header-height: 50px;

/* Menu */
.appMenu { height: 450px; width: 800px; }
.appMenu .menuControls { margin-bottom: 5px; }
.appMenu .menuControls { margin-bottom: 10px; }
.appMenu .menuControls > * { padding: 0; }
.appMenu .menuControls .button,
.appMenu .menuControls input { margin: 0; height: 37px; }
Expand All @@ -120,7 +122,7 @@ $header-height: 50px;
.appMenu .dgrid-column-dossier_uri { width: 100px; }

// Content View
/* Advies View */
/* View */
.contentView .viewHeader, .contentView .viewFooter,
.contentView .viewBody { max-width: 100%; }
.contentView .viewHeader > *, .contentView .viewFooter > *,
Expand All @@ -146,4 +148,9 @@ $header-height: 50px;
.contentView .dgrid-column-id { width: 100px; }

//size all remove columns
.contentView .dgrid-column-remove { width: 50px; }
.contentView .dgrid-column-remove { width: 50px; }

//upload input => move to elements?
.input-container { position: relative; width: 100px; height: 20px; display:inline-block; }
.input-container a { position: absolute; width: 100%; height: 100%; cursor: pointer; display: inline-block; }
.input-container input[type="file"] { z-index: 2; opacity: 0; position: relative; width: 100%; height: 100%; cursor: pointer; padding: 0; margin: 0; display: inline-block; }
15 changes: 11 additions & 4 deletions pyoes/static/scss/pyoes/_oe-admin.scss
Expand Up @@ -39,9 +39,11 @@ $header-height: 50px;
// Dialog
.dijitDialogUnderlay { background: rgba(72, 72, 72, 0.8); opacity: 1; }
.nihilo .dijitDialog .dijitDialogTitle { font-size: 23px; color: #753f7f; }
.nihilo .dijitDialogCloseIcon { background: none; }
.nihilo .dijitDialogCloseIcon { background: none; font-size: 22px; font-weight: bold; }
.dijitDialog .closeText { display: block; }
.nihilo .dijitDialog { background-color: #FFFFFF; }
.nihilo .dijitDialog .dijitDialogPaneContent { padding: 25px; }
.nihilo .dijitDialogTitleBar { padding: 10px; }

// Restore dgrid css
.dgrid table.dgrid-row-table { margin: 0; background: none; }
Expand Down Expand Up @@ -106,7 +108,7 @@ $header-height: 50px;

/* Menu */
.appMenu { height: 450px; width: 800px; }
.appMenu .menuControls { margin-bottom: 5px; }
.appMenu .menuControls { margin-bottom: 10px; }
.appMenu .menuControls > * { padding: 0; }
.appMenu .menuControls .button,
.appMenu .menuControls input { margin: 0; height: 37px; }
Expand All @@ -120,7 +122,7 @@ $header-height: 50px;
.appMenu .dgrid-column-dossier_uri { width: 100px; }

// Content View
/* Advies View */
/* View */
.contentView .viewHeader, .contentView .viewFooter,
.contentView .viewBody { max-width: 100%; }
.contentView .viewHeader > *, .contentView .viewFooter > *,
Expand All @@ -146,4 +148,9 @@ $header-height: 50px;
.contentView .dgrid-column-id { width: 100px; }

//size all remove columns
.contentView .dgrid-column-remove { width: 50px; }
.contentView .dgrid-column-remove { width: 50px; }

//upload input => move to elements?
.input-container { position: relative; width: 100px; height: 20px; display:inline-block; }
.input-container a { position: absolute; width: 100%; height: 100%; cursor: pointer; display: inline-block; }
.input-container input[type="file"] { z-index: 2; opacity: 0; position: relative; width: 100%; height: 100%; cursor: pointer; padding: 0; margin: 0; display: inline-block; }

0 comments on commit 3775207

Please sign in to comment.