Skip to content
Snippets Groups Projects
Commit 7b39704c authored by Bagera's avatar Bagera
Browse files

Set row height in files table

Sets row height to avoid resize when name is edited
parent 5757d02b
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
min-width: 688px; /* 768 (mobile break) - 80 (nav width) */ min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
} }
#filestable tbody tr { background-color:#fff; height:40px; } #filestable tbody tr { background-color:#fff; height:51px; }
#filestable tbody tr:hover, tbody tr:active { #filestable tbody tr:hover, tbody tr:active {
background-color: rgb(240,240,240); background-color: rgb(240,240,240);
} }
...@@ -243,7 +243,7 @@ table td.filename .nametext { ...@@ -243,7 +243,7 @@ table td.filename .nametext {
max-width: 800px; max-width: 800px;
} }
table td.filename .uploadtext { font-weight:normal; margin-left:8px; } table td.filename .uploadtext { font-weight:normal; margin-left:8px; }
table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; height: 50px; } table td.filename form { font-size:14px; margin-left:48px; margin-right:48px; }
.ie8 input[type="checkbox"]{ .ie8 input[type="checkbox"]{
padding: 0; padding: 0;
......
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