|
@@ -607,7 +607,7 @@ div#move-window ul {
|
|
|
----------------------------------------------- */
|
|
|
|
|
|
div#tag-window {
|
|
|
- width: 75%;
|
|
|
+ width: 50%;
|
|
|
max-height: 80%;
|
|
|
overflow: scroll;
|
|
|
/* Center window horizontally and vertically */
|
|
@@ -1078,6 +1078,9 @@ div.dialog-content {
|
|
|
width: 70%;
|
|
|
}
|
|
|
/* Tag window */
|
|
|
+ div#tag-window {
|
|
|
+ width: 75%;
|
|
|
+ }
|
|
|
div#tag-window textarea#tag-description {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -1173,6 +1176,9 @@ div.dialog-content {
|
|
|
width: 50%;
|
|
|
}
|
|
|
/* Tag window */
|
|
|
+ div#tag-window {
|
|
|
+ width: 75%;
|
|
|
+ }
|
|
|
div#tag-window textarea#tag-description {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -1251,6 +1257,10 @@ div.dialog-content {
|
|
|
margin: 2em auto;
|
|
|
transition: all 0.4s;
|
|
|
}
|
|
|
+ /* Tag window */
|
|
|
+ div#tag-window {
|
|
|
+ width: 75%;
|
|
|
+ }
|
|
|
/* The button When the drop down menu is open */
|
|
|
.dropdown button#dropdownMenu1 {
|
|
|
width: 62%;
|
|
@@ -1322,6 +1332,10 @@ div.dialog-content {
|
|
|
.form-header p {
|
|
|
margin-top: 2em;
|
|
|
}
|
|
|
+ /* Tag window */
|
|
|
+ div#tag-window {
|
|
|
+ width: 75%;
|
|
|
+ }
|
|
|
}
|
|
|
@media (min-width: 1052px) and (max-width: 1153px) {
|
|
|
/* Adjusting textarea heights */
|