summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorAdel Qalieh <aqalieh95@gmail.com>2014-07-27 20:06:43 -0400
committerAdel Qalieh <aqalieh95@gmail.com>2014-07-27 20:06:43 -0400
commitd4cbbc864a01cb7d698ca8d764d2d4ac7ce53074 (patch)
tree14e05787d74ff50b14a635981ff0340034e8de68 /public
parent6e9f1c52b18f112eecd5c72e295cfea1809f07fa (diff)
downloadgitea-d4cbbc864a01cb7d698ca8d764d2d4ac7ce53074.tar.gz
gitea-d4cbbc864a01cb7d698ca8d764d2d4ac7ce53074.zip
Avoid using fixed width in CSS for layouts
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/gogs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index c6554b7803..dd12ec5351 100755
--- a/public/css/gogs.css
+++ b/public/css/gogs.css
@@ -203,7 +203,7 @@ body {
border-bottom: 1px solid #ccc;
}
#login-card {
- width: 600px;
+ max-width: 600px;
}
#login-card .form-control {
padding: 6px 12px;
@@ -214,7 +214,7 @@ body {
line-height: 30px;
}
#install-card {
- width: 800px;
+ max-width: 800px;
}
#install-card .form-group {
margin-left: 0;
@@ -324,7 +324,7 @@ body {
#org-create,
#org-teams-create,
#org-teams-edit {
- width: 800px;
+ max-width: 800px;
}
#repo-create textarea[name=desc] {
height: 8em;