1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-28 16:17:02 +00:00

[magnificPopup] handle 'small images with long names' problem

This commit is contained in:
llj
2016-10-14 12:05:25 +08:00
parent 82f3622a29
commit 353d3b77ea
2 changed files with 14 additions and 1 deletions

View File

@@ -45,6 +45,7 @@
* sf-dropdown
* discussions/comments
* custom select2
* custom magnificPopup
*
* Container
* Container ......... common container styles
@@ -1561,6 +1562,18 @@ button.sf-dropdown-toggle:focus {
.select2-result-label .text {
vertical-align:middle;
}
/**** custom magnificPopup ****/
.mfp-bottom-bar {
position:relative;
}
.mfp-title {
min-width:230px;
padding-right:60px;
}
.mfp-close:hover,
.mfp-arrow:hover {
background:transparent;
}
/********** Container ***********/
#wrapper {

View File

@@ -17,8 +17,8 @@
{% compress css %}
<link rel="stylesheet" type="text/css" href="{% static "css/bootstrap.min.css" %}" />
<link rel="stylesheet" type="text/css" href="{% static "css/select2-3.5.2.css" %}" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1398068110" />
<link rel="stylesheet" type="text/css" href="{% static "css/magnific-popup.css" %}" />
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/seahub.css?t=1398068110" />
{% endcompress %}
{% block extra_style %}{% endblock %}