Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/reader
diff options
context:
space:
mode:
authorpriyanka-m <priyanka.menghani@gmail.com>2012-11-30 22:29:51 +0400
committerpriyanka-m <priyanka.menghani@gmail.com>2012-11-30 22:29:51 +0400
commit0d0fb7a5408d4185b2f425e3fe9851d9eb348a4d (patch)
tree68b06dd6e466a8b821703e4928a31ec22b04c622 /reader
parentf041044d9784f6132c9ac5d18a6e6bc29ba0300f (diff)
Fixed some indentation style.
Diffstat (limited to 'reader')
-rw-r--r--reader/css/reader.css38
1 files changed, 7 insertions, 31 deletions
diff --git a/reader/css/reader.css b/reader/css/reader.css
index 4eef11f46..19450bbec 100644
--- a/reader/css/reader.css
+++ b/reader/css/reader.css
@@ -4,41 +4,17 @@ div.crumb:first-child { padding-left:1em; }
div.crumb.last { font-weight:bold; }
table#readerContent { white-space:normal; position:absolute; top:37px;font-family:Arial;}
-
-/*table { position:relative; top:7px; width:100%;}*/
-/*tbody tr { background-color:#fff; height:2.5em;}*/
-tbody#fileList tr { background:white; /*float:left;*/ height:150px;font-size:12px;}
+tbody#fileList tr { background:white; height:150px;font-size:12px;}
tbody tr:hover, tbody tr:active, tbody tr.selected {background-color: white:# }
.thumbnail:not([data-loaded]) { background-color: white; }
-td.filename.svg{ background:no-repeat; /*vertical-align:text-bottom;*/ height:150px; white-space:normal;
- color:#888; text-shadow:#fff 0 1px 0; border:1px solid #EEE; background-color: #f8f8f8;}
-
+td.filename.svg{ background:no-repeat; height:150px; white-space:normal; color:#888; text-shadow:#fff 0 1px 0; border:1px solid #EEE; background-color: #f8f8f8;}
td#info{vertical-align: top;}
-a.name img,a.dirs img { border: 1px solid #EEE; -webkit-box-shadow: 4px 4px 4px 0px grey; box-shadow: 4px 4px 4px 0px grey; position:absolute; left:25px; top: 20px;}
-span.nametext{ position: relative;
-top: 4px; padding-left:5px;font-family:Arial;font-size:16px;font-weight:normal;white-space:nowrap;/* margin-left:5px; margin-right:5px;*/ text-transform:capitalize; }
-#contentbox{
-display:none;
-border:1px solid #DDD;
-width:150px;
-height:20px;
-margin-left:5px;
-margin-top:5px;
--webkit-box-shadow: 2px 2px 2px 0px grey; box-shadow: 2px 2px 2px 0px grey;
-}
-
-#displaybox {
-margin-top:8px;
-margin-left:5px;
-font-size:14px;
-color:grey;
-width:200px;
-height:30px;
-}
+a.name img,a.dirs img { border:1px solid #EEE; -webkit-box-shadow: 4px 4px 4px 0px grey; box-shadow: 4px 4px 4px 0px grey; position:absolute; left:25px; top: 20px;}
+span.nametext{ position:relative; top: 4px; padding-left:5px; font-family:Arial; font-size:16px; font-weight:normal; white-space:nowrap; text-transform:capitalize; }
-#displaybox a{
-color:grey;
-}
+#contentbox{ display:none; border:1px solid #DDD; width:150px; height:20px; margin-left:5px; margin-top:5px; -webkit-box-shadow: 2px 2px 2px 0px grey; box-shadow: 2px 2px 2px 0px grey; }
+#displaybox { margin-top:8px; margin-left:5px; font-size:14px; color:grey; width:200px; height:30px; }
+#displaybox a{ color:grey; }