Browse Source

Fixes width of the dropdown menus as per computed styles.

tags/v7.0.0alpha2
raghunayyar 10 years ago
parent
commit
932e8f9f58
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      apps/files_versions/css/versions.css
  2. 1
    1
      core/css/share.css

+ 1
- 1
apps/files_versions/css/versions.css View File

@@ -1,5 +1,5 @@
#dropdown.drop-versions {
width:384px;
width:320px;
}

#found_versions li {

+ 1
- 1
core/css/share.css View File

@@ -11,7 +11,7 @@
margin-right:112px;
position:absolute;
right:0;
width:400px;
width:320px;
z-index:500;
padding:16px;
}

Loading…
Cancel
Save