Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,190 changes: 873 additions & 1,317 deletions locale/vi/LC_MESSAGES/django.po

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions resources/ace-dmoj.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
.django-ace-widget {
display: inline-block;
position: relative;

>div {
> div {
position: absolute;
top: 0;
left: 0;
Expand All @@ -18,7 +17,7 @@

/* Scroll bar */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: $color_primary5;
}
Expand All @@ -31,7 +30,7 @@

::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: $color_primary66;
}
}
Expand All @@ -42,19 +41,19 @@
color: $color_primary66;
text-shadow: 0 1px 0 $color_primary0;
border-bottom: 1px solid $color_primary25;
background-image: linear-gradient(rgba(0, 0, 0, 0), $color_primary10);
background-image: linear-gradient(rgba(0,0,0,0), $color_primary10);
background-repeat: repeat-x;
clear: both;
overflow: hidden;
}

.django-ace-max_min {
display: none !important;
float: right;
padding: 5px;

background: url($path_to_root + '/ace/img/expand.png') no-repeat 5px 5px;
@include vars-img;
display: block;
height: 16px;
width: 16px;
}
Expand All @@ -75,4 +74,4 @@
background-image: url($path_to_root + '/ace/img/contract.png');
@include vars-img;
}
}
}
12 changes: 2 additions & 10 deletions resources/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ img {
width: 100%;
}

.full-width-button {
width: 100%;
display: block !important;
text-align: center;
box-sizing: border-box;
}

table.sortable thead {
background-color: $color_primary10;
color: #666;
Expand Down Expand Up @@ -244,8 +237,7 @@ noscript #noscript {
}
}

#form-errors,
.form-errors {
#form-errors, .form-errors {
background: rgba(255, 0, 0, 0.3);
border: 3px solid red;
border-radius: $widget_border_radius;
Expand Down Expand Up @@ -330,4 +322,4 @@ math {
width: auto;
padding: 0 5px;
}
}
}
3 changes: 1 addition & 2 deletions resources/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@use "status";
@use "blog";
@use "problem";
@use "unified-view";
@use "ticket";
@use "ranks";
@use "users";
Expand All @@ -21,4 +20,4 @@
@use "accordion";
@use "select2-dmoj";
@use "ace-dmoj";
@use "donate";
@use "donate";
Loading