Move some styles into css

This commit is contained in:
buinsky
2016-01-07 10:07:50 +03:00
parent 05b557c27f
commit 486b65487f
4 changed files with 22 additions and 6 deletions

View File

@@ -66,7 +66,6 @@
color: #fff;
}
#torrentsTable tr:hover,
#torrentsTable tr:hover,
#properties #torrentFiles tr.over,
#properties #trackers tr.over,

View File

@@ -383,6 +383,15 @@ td.generalLabel {
margin-bottom: -3px;
}
.torrentTable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.torrentTable th {
padding: 5px 10px;
}
@@ -455,3 +464,11 @@ td.generalLabel {
.combo_priority {
font-size: 1em;
}
td.statusBarSeparator {
width: 22px;
background-image: url('../images/skin/toolbox-divider.gif');
background-repeat: no-repeat;
background-position: center 1px;
background-size: 2px 18px;
}

View File

@@ -1,4 +1,4 @@
<table class="torrentTable" cellpadding="0" cellspacing="0" style="-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;">
<table class="torrentTable" cellpadding="0" cellspacing="0">
<thead>
<tr id="torrentsTableHeader">
</tr>