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:
@@ -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 {
|
||||
|
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user