|
@@ -84,9 +84,16 @@ a { text-decoration: none; }
|
84
|
84
|
|
85
|
85
|
.invisible { display: none; }
|
86
|
86
|
|
|
87
|
+.left { float: left; }
|
|
88
|
+
|
87
|
89
|
.image_result { float: left; margin: 10px 10px; position: relative; height: 160px;}
|
88
|
90
|
.image_result img { border: 0; height: 160px;}
|
89
|
91
|
.image_result p { margin: 0; padding: 0; }
|
90
|
92
|
.image_result p span a { display: none; }
|
91
|
93
|
.image_result p span a { color: #FFFFFF; }
|
92
|
|
-.image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; }
|
|
94
|
+image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; }
|
|
95
|
+
|
|
96
|
+.percentage { position: relative; width: 300px; }
|
|
97
|
+.percentage div { background: #444444; }
|
|
98
|
+td { padding: 0 4px; }
|
|
99
|
+tr:hover td { background: #DDDDDD; }
|