mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 03:16:34 +00:00
[api2]Set color of events page to 0xffffff
This commit is contained in:
@@ -891,7 +891,7 @@ textarea:-moz-placeholder {/* for FF */
|
|||||||
padding:10px 8px;
|
padding:10px 8px;
|
||||||
border-bottom:1px solid #ccc;
|
border-bottom:1px solid #ccc;
|
||||||
border-top:1px solid #fff;
|
border-top:1px solid #fff;
|
||||||
background:#fafafa;
|
background:#ffffff;
|
||||||
}
|
}
|
||||||
.event-item .txt {
|
.event-item .txt {
|
||||||
margin-left:45px;
|
margin-left:45px;
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
<meta name="keywords" content="{% trans "File Collaboration Team Organization" %}" />
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
|
||||||
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1369028460" />
|
<link rel="icon" type="image/x-icon" href="{{ MEDIA_URL }}img/favicon.png?t=1369028460" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/mobile.css?t=1369028460" />
|
<link rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/mobile.css?t=1369028461" />
|
||||||
{% block extra_style %}{% endblock %}
|
{% block extra_style %}{% endblock %}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user