summaryrefslogtreecommitdiffstats
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorGeert Hauwaerts2014-08-07 13:02:17 +0200
committerGeert Hauwaerts2014-08-07 13:02:17 +0200
commit1b7e359bd7c4db494f99ea203dced51f0b2d9855 (patch)
tree466bbbb26d11cd0d6e5e413e264810d792c075ab /assets/css/style.css
parentf2feb33d72476e68d0aa5c04fc47dc5e12310098 (diff)
parentddd1f4533eaa1a71082588349ff538ef4e5955bd (diff)
downloadscripts.irssi.org-1b7e359bd7c4db494f99ea203dced51f0b2d9855.tar.bz2
Merge pull request #27 from dequis/bunch-of-changes
Improving the script archive
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index bcbd951..fe72819 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,3 +1,25 @@
dd {
margin-bottom: 6px;
}
+
+.version {
+ max-width: 8em;
+ word-wrap: break-word;
+}
+
+.authors {
+ max-width: 12em;
+}
+
+.modified {
+ max-width: 8em;
+ min-width: 8em;
+}
+
+table.sortable thead {
+ cursor: pointer;
+}
+
+table.sortable thead th:hover {
+ opacity: 0.8;
+}