Skip to content
Snippets Groups Projects
Commit da1b91c1 authored by Anika Henke's avatar Anika Henke
Browse files

media manager design: more spacing and some colour changes

parent 1264397e
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
} }
#mediamanager__file_list li:hover { #mediamanager__file_list li:hover {
background-color: #dadada; background-color: __background_alt__;
} }
/* Files thumbs view */ /* Files thumbs view */
...@@ -172,12 +172,14 @@ ...@@ -172,12 +172,14 @@
display: -moz-inline-stack; display: -moz-inline-stack;
/* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */ /* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */
margin: 0 6px 10px 0; margin: 0 6px 10px 0;
background-color: __background_alt__; background-color: __background_neu__;
padding: 10px; color: __text__;
padding: 5px;
vertical-align: top; vertical-align: top;
text-align: center; text-align: center;
zoom: 1; zoom: 1;
position: relative; position: relative;
line-height: 1.2;
} }
* html .mediamanager-thumbs li { * html .mediamanager-thumbs li {
...@@ -218,6 +220,11 @@ ...@@ -218,6 +220,11 @@
white-space: nowrap; white-space: nowrap;
} }
.mediamanager-thumbs li .name {
padding: 5px 0;
font-weight: bold;
}
.mediamanager-thumbs li .date { .mediamanager-thumbs li .date {
font-style: italic; font-style: italic;
white-space: normal; white-space: normal;
...@@ -243,6 +250,8 @@ ...@@ -243,6 +250,8 @@
max-height: 50px; max-height: 50px;
margin: 0; margin: 0;
margin-bottom: 3px; margin-bottom: 3px;
background-color: __background__;
color: __text__;
} }
.mediamanager-list li:nth-child(2n+1) { .mediamanager-list li:nth-child(2n+1) {
...@@ -269,11 +278,24 @@ ...@@ -269,11 +278,24 @@
.mediamanager-list li .date { .mediamanager-list li .date {
overflow: hidden; overflow: hidden;
float: left; float: left;
width: 19%;
margin-left: 1%; margin-left: 1%;
white-space: nowrap; white-space: nowrap;
} }
.mediamanager-list li .name {
width: 30%;
font-weight: bold;
}
.mediamanager-list li .size,
.mediamanager-list li .filesize {
width: 15%;
}
.mediamanager-list li .date {
width: 20%;
}
.mediamanager-list li .date { .mediamanager-list li .date {
font-style: italic; font-style: italic;
white-space: normal; white-space: normal;
...@@ -329,8 +351,24 @@ ...@@ -329,8 +351,24 @@
/* Meta data edit form */ /* Meta data edit form */
form.meta textarea.edit { #mediamanager__details div.metafield {
height: 8em; margin-bottom: 5px;
}
#mediamanager__details label {
display: block;
}
#mediamanager__details form.meta input {
width: 50%;
}
#mediamanager__details form.meta input.button {
width: auto;
}
#mediamanager__details form.meta textarea.edit {
height: 6em;
width: 95%; width: 95%;
min-width: 95%; min-width: 95%;
max-width: 95%; max-width: 95%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment