From 13f1df4900666e7be719f3794466b2874d7cdd53 Mon Sep 17 00:00:00 2001 From: Hamza Zia Date: Fri, 22 Jun 2012 05:31:02 -0700 Subject: [PATCH] further ui refinement and torrent metalink functionality added; --- index.html | 165 ++++++++++++++++++++++++++++++++++++++++++++------- js/script.js | 164 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 301 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index 88ebdf0..7bf6016 100755 --- a/index.html +++ b/index.html @@ -32,12 +32,22 @@ text-align: center; margin-bottom: 3px; } + + .download_item { + margin-bottom: 10px; + padding-top: 10px; + background-color: rgb(245, 245, 245); + border: 1px solid rgba(0, 0, 0, 0.05); + border-radius: 4px 4px 4px 4px; + box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); + } +