Spaces:
Running
Running
Mattthew commited on
Commit ·
2285ed7
1
Parent(s): 42b75a8
moving web search button
Browse filesmore accessible position, replacing one art rotation button. Don't really need 2 ways to rotate the art
index.css
CHANGED
|
@@ -848,6 +848,7 @@ input[type="checkbox"]:checked::before {
|
|
| 848 |
}
|
| 849 |
|
| 850 |
.image-item .imgTools > div.art_prev {
|
|
|
|
| 851 |
bottom: 0;
|
| 852 |
left: 0;
|
| 853 |
border-top-right-radius: 4px;
|
|
@@ -866,9 +867,9 @@ input[type="checkbox"]:checked::before {
|
|
| 866 |
}
|
| 867 |
|
| 868 |
.image-item .imgTools > a.art_search {
|
| 869 |
-
|
| 870 |
left: 0;
|
| 871 |
-
border-
|
| 872 |
}
|
| 873 |
|
| 874 |
.image-item .imgTools > div.art_star {
|
|
|
|
| 848 |
}
|
| 849 |
|
| 850 |
.image-item .imgTools > div.art_prev {
|
| 851 |
+
display: none;
|
| 852 |
bottom: 0;
|
| 853 |
left: 0;
|
| 854 |
border-top-right-radius: 4px;
|
|
|
|
| 867 |
}
|
| 868 |
|
| 869 |
.image-item .imgTools > a.art_search {
|
| 870 |
+
bottom: 0;
|
| 871 |
left: 0;
|
| 872 |
+
border-top-right-radius: 4px;
|
| 873 |
}
|
| 874 |
|
| 875 |
.image-item .imgTools > div.art_star {
|