diff options
| author | 2012-12-25 14:40:21 +0100 | |
|---|---|---|
| committer | 2012-12-25 14:40:21 +0100 | |
| commit | 9a8389790a0f084dad285ab3047d655c675e3147 (patch) | |
| tree | 9e186976f193ddcc5f2d973ea7c7bd0aa5bbe684 /module/web/static/css/default/dashboard.less | |
| parent | connected link add dialog, improved tree rendering (diff) | |
| download | pyload-9a8389790a0f084dad285ab3047d655c675e3147.tar.xz | |
improved add dialog + package view
Diffstat (limited to 'module/web/static/css/default/dashboard.less')
| -rw-r--r-- | module/web/static/css/default/dashboard.less | 32 | 
1 files changed, 28 insertions, 4 deletions
| diff --git a/module/web/static/css/default/dashboard.less b/module/web/static/css/default/dashboard.less index e60a21dfb..0c749eb36 100644 --- a/module/web/static/css/default/dashboard.less +++ b/module/web/static/css/default/dashboard.less @@ -110,18 +110,42 @@  .package-row.third {
    line-height: 26px;
 +
  }
  .package-view a {
    color: @light;
  }
 +// Tag area with different effect on hover
 +.tag-area {
 +  display: inline-block;
 +
 +  .badge i {
 +    cursor: pointer;
 +    &:hover {
 +      background-position: -312px 0; // Remove icon
 +    }
 +  }
 +
 +  .badge-ghost {
 +    visibility: hidden;
 +    cursor: pointer;
 +    opacity: 0.5;
 +  }
 +
 +  &:hover .badge-ghost {
 +    visibility: visible;
 +  }
 +
 +}
 +
  // Box containing the files
  .package-view > ul {
    overflow: hidden;
 -  .gradient(left, @light, @greenLight);
 -//  box-shadow: 0 0 5px black;
 +  .gradient(left, @light, @greenLight); //  box-shadow: 0 0 5px black;
  }
 +
  /*
    File view
  */
 @@ -131,8 +155,7 @@  }
  .file-view > div {
 -  border-radius: 5px;
 -//  .gradient(top,  @blueLighter, @blueLightest);
 +  border-radius: 5px; //  .gradient(top,  @blueLighter, @blueLightest);
    line-height: 26px;
  }
 @@ -154,6 +177,7 @@  .file-row.second {
    width: 30%;
  }
 +
  /*
  FANCY CHECKBOXES
  */
 | 
