summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2021-12-14 00:09:53 +0000
committerGo MAEDA <maeda@farend.jp>2021-12-14 00:09:53 +0000
commit9955844da1d209778f06ad9a3583949048b8ee88 (patch)
tree66ab53cdc74fd2dde980fd9dd6bd7a996fd1920b /public
parent390841721e61e0037db9f6227c72ee12f4d76180 (diff)
downloadredmine-9955844da1d209778f06ad9a3583949048b8ee88.tar.gz
redmine-9955844da1d209778f06ad9a3583949048b8ee88.zip
Drop OpenID support (#35755).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21312 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/images/openid-bg.gifbin328 -> 0 bytes
-rw-r--r--public/stylesheets/application.css3
-rw-r--r--public/stylesheets/rtl.css2
3 files changed, 1 insertions, 4 deletions
diff --git a/public/images/openid-bg.gif b/public/images/openid-bg.gif
index e2d8377db..e69de29bb 100644
--- a/public/images/openid-bg.gif
+++ b/public/images/openid-bg.gif
Binary files differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 78be5865e..1cae2e6e0 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -129,7 +129,6 @@ pre, code {font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;}
#login-form input[type=text], #login-form input[type=password], #login-form input[type=submit] {display: block; width: 100%;}
#login-form input[type=text], #login-form input[type=password] {margin-bottom: 15px;}
#login-form a.lost_password {float:right; font-weight:normal;}
-#login-form input#openid_url {background:#fff url(../images/openid-bg.gif) no-repeat 4px 50%; padding-left:24px !important;}
#login-form h3 {text-align: center;}
div.modal { border-radius:5px; background:#fff; z-index:50; padding:4px;}
@@ -734,7 +733,7 @@ ul.properties li span {font-style:italic;}
.total-hours span.hours-int { font-size: 120%; }
.autoscroll {overflow-x: auto; padding:1px; margin-bottom: 1.2em; position: relative;}
-#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select, #user_identity_url { width: 90%; }
+#user_login, #user_firstname, #user_lastname, #user_mail, #my_account_form select, #user_form select { width: 90%; }
#workflow_copy_form select { width: 200px; }
table.transitions td.enabled {background: #bfb;}
diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css
index 593a78d6a..9cae7d2eb 100644
--- a/public/stylesheets/rtl.css
+++ b/public/stylesheets/rtl.css
@@ -29,8 +29,6 @@ h1, h2, h3, h4 {padding:2px 00px 1px 10px;}
#login-form table {margin-left:auto; margin-right:auto;}
div.modal p.buttons {text-align:left;}
-input#openid_url {padding-left:0px; padding-right:18px;}
-
/***** Links *****/
#sidebar a.selected {padding:1px 2px 2px 3px; margin-left:0px; margin-right:-2px;}