diff options
| author | matgic78 <matgic78@gmail.com> | 2009-12-18 15:58:48 +0100 | 
|---|---|---|
| committer | matgic78 <matgic78@gmail.com> | 2010-02-06 11:22:46 +0100 | 
| commit | f1f7e2011c3f245cd1987b0f09b72c2f7dea283f (patch) | |
| tree | 6cad61cbf826363713d54d06681ae91b0009bfa4 /src/data/home.html | |
| parent | Re-implemented previews in homepage without using plugins. Not finished yet : (diff) | |
| download | rekonq-f1f7e2011c3f245cd1987b0f09b72c2f7dea283f.tar.xz | |
Various changes:
- improve appearance of empty/loading previews
- port closedTabs to new system
- remove PreviewImage files
TODO : dialog to choose preview
Diffstat (limited to 'src/data/home.html')
| -rw-r--r-- | src/data/home.html | 22 | 
1 files changed, 11 insertions, 11 deletions
| diff --git a/src/data/home.html b/src/data/home.html index 8db3d894..103c559d 100644 --- a/src/data/home.html +++ b/src/data/home.html @@ -127,10 +127,12 @@ width:25%; margin-top: 7%;  min-width:250px; min-height:192px;  } +.preview img { +}  .preview { -display: block; -width: 200px; -height: 150px; +display: table-cell; +vertical-align: middle; +width: 200px; height: 150px;  padding: 14px 16px;  background: url(%2/bg.png) no-repeat;  -webkit-background-size: 100% 100%;  @@ -154,10 +156,10 @@ opacity: 0;  }  .remove { -    float: right; +float: right;  }  .modify { -    float: left; +float: left;  }  .title { @@ -171,14 +173,10 @@ text-align: center;  .thumbnail a {  text-align:center;  } -.thumbnail a:hover { +.thumbnail a:hover, span {  color:#3F7AB7;  } -.thumbnail span { - -} -  /* -------------------------------------------------------- */  /* Bookmarks page*/ @@ -210,7 +208,9 @@ margin-bottom: 0.5em;      </div>      <div class="thumbnail">          <a> -            <img class="preview"></img> +            <div class ="preview"> +                <img /> +            </div>              <div class="title">                  <a class="button modify"><img /></a>                  <span><a></a></span> | 
