From 9d9d61b1a209098dc30d0905d88575a4f84cb197 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 8 Oct 2008 12:51:43 +0000 Subject: Merge revisions: r8974, r8975, r8976, r8977, r8978, r8979 git-svn-id: file:///svn/phpbb/trunk@8980 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 8e6f0b7295..219ff20eba 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1333,18 +1333,21 @@ fieldset.permissions .permissions-switch { fieldset.permissions .padding { } +.permissions-switch { + margin-top: -6px; + font-size: .9em; +} + .permissions-switch a { text-decoration: underline; - font-size: 0.90em; } .permissions-reset { - margin-top: -6px; padding-bottom: 10px; } .permissions-reset a { - font-size: .8em; + font-size: .85em; } /* Tabbed menu */ -- cgit v1.2.1 From d46e8e6f98054fc58a126c865184369198d9a2ed Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 22 Nov 2008 19:38:25 +0000 Subject: merge revisions i missed... hopefully not breaking things - did not check every change. git-svn-id: file:///svn/phpbb/trunk@9077 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 219ff20eba..344b5cacf0 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1175,6 +1175,10 @@ input.disabled { font-weight: bold; } +.notice { + background-color: #62A5CC; +} + /* Special cases for the error page */ #errorpage #page-header a { font-weight: bold; -- cgit v1.2.1 From bf8ac19eaa8d74f9dfd6d597190f5664e7339382 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:13:59 +0000 Subject: Move trunk/phpBB to old_trunk/phpBB git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 1644 --------------------------------------------- 1 file changed, 1644 deletions(-) delete mode 100644 phpBB/adm/style/admin.css (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css deleted file mode 100644 index 344b5cacf0..0000000000 --- a/phpBB/adm/style/admin.css +++ /dev/null @@ -1,1644 +0,0 @@ -/* phpBB 3.0 Admin Style Sheet - ------------------------------------------------------------------------ - Original author: subBlue ( http://www.subblue.com/ ) - Copyright 2007 phpBB Group ( http://www.phpbb.com/ ) - ------------------------------------------------------------------------ -*/ - -/* General markup styles ----------------------------------------- */ -* { - /* Reset browsers default margin, padding and font sizes */ - margin: 0; - padding: 0; - font-size: 100%; -} - -body, div, p, th, td, li, dd { - font-size: x-small; - voice-family: "\"}\""; - voice-family: inherit; - font-size: small -} - -html>body, html>div, html>p, html>th, html>td, html>li, html>dd { - font-size: small -} - -html { - color: #536482; - background: #DBD7D1; - /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ - height: 100%; - margin-bottom: 1px; -} - -body { - /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ - font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; - color: #536482; - background: #DBD7D1; - font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ - margin: 10px 15px; -} - -img { - border: 0; -} - -h1 { - font-family: "Trebuchet MS", Helvetica, sans-serif; - font-size: 1.70em; - font-weight: normal; - color: #333333; -} - -h2, caption { - font-family: "Trebuchet MS", Helvetica, sans-serif; - font-size: 1.40em; - font-weight: normal; - color: #115098; - text-align: left; - margin-top: 25px; -} - -.rtl h2, .rtl caption { - text-align: right; -} - -h3, h4 { - font-family: "Trebuchet MS", Helvetica, sans-serif; - font-size: 1.20em; - text-decoration: none; - line-height: 1.20em; - margin-top: 25px; -} - -p { - margin-bottom: 0.7em; - line-height: 1.40em; - font-size: 0.90em; -} - -ul { - list-style: disc; - margin: 0 0 1em 2em; -} - -.rtl ul { - margin: 0 2em 1em 0; -} - -hr { - border: 0 none; - border-top: 1px dashed #999999; - margin-bottom: 5px; - padding-bottom: 5px; - height: 1px; -} - -.small { - font-size: 0.85em; -} - -/* General links */ -a:link, a:visited { - color: #105289; - text-decoration: none; -} - -a:hover { - color: #BC2A4D; - text-decoration: underline; -} - -a:active { - color: #368AD2; - text-decoration: none; -} - -.install-body p a { - font-weight: bold; -} - -/* Main blocks ----------------------------------------- */ -#wrap { - padding: 0 0 15px 0; - min-width: 615px; -} - -#page-header { - clear: both; - text-align: right; - background: url("../images/phpbb_logo.gif") top left no-repeat; - height: 49px; - font-size: 0.85em; - margin-bottom: 10px; -} - -.rtl #page-header { - text-align: left; - background: url("../images/phpbb_logo.gif") top right no-repeat; -} - -#page-header h1 { - color: #767676; - font-family: "Trebuchet MS",Helvetica,sans-serif; - font-size: 1.70em; - padding-top: 10px; -} - -#page-header p { - font-size: 1.00em; -} - -#page-header p#skip { - display: none; -} - -#page-body { - clear: both; - min-width: 700px; -} - -#page-footer { - clear: both; - font-size: 0.75em; - text-align: center; -} - -#content { - padding: 30px 10px 10px; - position: relative; -} - -#content h1 { - color: #115098; - line-height: 1.2em; - margin-bottom: 0; -} - -#main { - float: left; - width: 76%; - margin: 0 0 0 3%; - min-height: 350px; -} - -.rtl #main { - float: right; - margin: 0 3% 0 0; -} - -* html #main { - height: 350px; -} - -#page-body.simple-page-body { - padding: 0; - padding-right: 10px; - min-width: 0; -} - -/* Tabbed menu - Based on: http://www.alistapart.com/articles/slidingdoors2/ -----------------------------------------*/ -#tabs { - line-height: normal; - margin: 0 0 -6px 7px; - min-width: 600px; -} - -.rtl #tabs { - margin: 0 7px -6px 0; -} - -#tabs ul { - margin:0; - padding: 0; - list-style: none; -} - -#tabs li { - display: inline; - margin: 0; - padding: 0; - font-size: 0.85em; - font-weight: bold; -} - -#tabs a { - float: left; - background:url("../images/bg_tabs1.gif") no-repeat 0% -34px; - margin: 0 1px 0 0; - padding: 0 0 0 7px; - text-decoration: none; - position: relative; -} - -.rtl #tabs a { - float: right; -} - -#tabs a span { - float: left; - display: block; - background: url("../images/bg_tabs2.gif") no-repeat 100% -34px; - padding: 7px 10px 4px 4px; - color: #767676; - white-space: nowrap; - font-family: Arial, Helvetica, sans-serif; - text-transform: uppercase; - font-weight: bold; -} - -.rtl #tabs a span { - float: right; -} - -/* Commented Backslash Hack hides rule from IE5-Mac \*/ -#tabs a span, .rtl #tabs a span { float:none;} -/* End hack */ - -#tabs a:hover span { - color: #BC2A4D; -} - -#tabs #activetab a { - background-position: 0 0; - border-bottom: 1px solid #DCDEE2; -} - -#tabs #activetab a span { - background-position: 100% 0; - padding-bottom: 5px; - color: #23649F; -} - -#tabs a:hover { - background-position: 0 -69px; -} - -#tabs a:hover span { - background-position: 100% -69px; -} - -#tabs #activetab a:hover span { - color: #115098; -} - - -/* Main Panel ----------------------------------------- */ -#acp { - margin: 4px 0; - padding: 3px 1px; - min-width: 550px; - background-color: #FFFFFF; - border: 1px #999999 solid; -} - -.panel { - background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; - padding: 0; -} - -span.corners-top, span.corners-bottom, -span.corners-top span, span.corners-bottom span { - font-size: 1px; - line-height: 1px; - display: block; - height: 5px; - background-repeat: no-repeat; -} - -span.corners-top { - background-image: url("../images/corners_left.gif"); - background-position: 0 0; - margin: -4px -2px 0; -} - -span.corners-top span { - background-image: url("../images/corners_right.gif"); - background-position: 100% 0; -} - -span.corners-bottom { - background-image: url("../images/corners_left.gif"); - background-position: 0 100%; - margin: 0 -2px -4px; - clear: both; -} - -span.corners-bottom span { - background-image: url("../images/corners_right.gif"); - background-position: 100% 100%; -} - -/* WinIE tweaks \*/ -* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); } -* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); } -/* End tweaks */ - -/* Sub-navigation Menu ----------------------------------------- */ - -/* Toggle */ -#toggle { - padding: 5px; - width: 5%; - height: 100px; - position: absolute; - left: 15%; - top: 28px; - margin-left: 2px; -} - -.rtl #toggle { - left: 75%; - margin-right: 0; - margin-left: 6px; -} - -#toggle-handle { - display: block; - width: 18px; - height: 19px; - float: right; - background-image: url(../images/toggle.gif); -} - -.rtl #toggle-handle { - background-image: url(../images/toggle.gif); - background-position: 100% 50%; -} - -/* Menu */ -#menu { - float: left; - width: 20%; - font-size: 1.00em; - padding: 0; - border-right: 1px solid #CCCFD3; -} - -.rtl #menu { - float: right; - border: none; - border-left: 1px solid #CCCFD3; -} - -#menu p { - font-size: 0.85em; -} - -#menu ul { - list-style: none; - margin: 0; - padding: 0; -} - -/* Default list state */ -#menu li { - padding: 0; - margin: 0; - font-size: 0.85em; - font-weight: bold; - display: inline; -} - -/* Link styles for the sub-section links */ -#menu li span { - display: block; - padding: 3px 3px 3px 8px; - margin: 1px 0; - text-decoration: none; - font-weight: normal; - color: #138ECB; -} - -.rtl #menu li span { - padding: 3px 8px 3px 3px; -} - -#menu li a:hover, #menu li a:hover span { - text-decoration: none; - background-color: #FFFFFF; - color: #BC2A4D; -} - -#menu li a:active, #menu li a:active span { - color: #F632A0; -} - -#menu li#activemenu a span { - text-decoration: none; - font-weight: bold; - color: #1180B7; - background: transparent url("../images/arrow_right.gif") 0% 50% no-repeat; -} - -.rtl #menu li#activemenu a span { - background: transparent url("../images/arrow_left.gif") 100% 50% no-repeat; -} - -#menu li#activemenu a:hover span, #menu li#activemenu span { - text-decoration: none; - font-weight: bold; - color: #BC2A4D; - background: #FFFFFF url("../images/arrow_right.gif") 1% 50% no-repeat; -} - -.rtl #menu li#activemenu a:hover span, .rtl #menu li#activemenu span { - background: #FFFFFF url("../images/arrow_left.gif") 99% 50% no-repeat; -} - -#menu li a:active, #menu li a:active span, #menu li#activemenu a:active span { - color: #F632A0; -} - -#menu li span.completed { - text-decoration: none; - padding: 3px 3px 3px 12px; - background: url("../images/arrow_down.gif") 1% 50% no-repeat; -} - -.rtl #menu li span.completed { - text-decoration: none; - padding: 3px 12px 3px 3px; - background: url("../images/arrow_down.gif") 99% 50% no-repeat; -} - -#menu li.header { - font-family: Tahoma, Helvetica, sans-serif; - display: block; - font-weight: bold; - color: #115098; - border-bottom: 1px solid #327AA5; - padding: 4px 0 2px; - margin-top: 15px; - text-transform: uppercase; - font-size: 0.75em; -} - -/* Table styles ----------------------------------------- */ - -table { - width: 100%; - border: 1px solid #CCCFD3; - background-color: #FFFFFF; - padding: 1px; -} - -th { - padding: 3px 4px; - color: #FFFFFF; - background: #70AED3 url("../images/gradient2b.gif") bottom left repeat-x; - border-top: 1px solid #6DACD2; - border-bottom: 1px solid #327AA5; - text-align: left; - font-size: 0.75em; - text-transform: uppercase; -} - -td { - text-align: left; - font-size: 0.85em; - padding: 4px; - line-height: 1.20em; -} - -.rtl th, .rtl td { - text-align: right; -} - -table.type2 { - border: none; - background: none; - padding: 0; -} - -table.type2 th { - background: none; - border-top: none; - text-align: center; - color: #115098; - padding: 2px 0; -} - -table.type2 td { - padding: 0; - font-size: 1em; -} - -table.type2 td.name { - padding: 2px; - vertical-align: middle; -} - -table.type3 { - float: right; - width: 300px; - border: none; - background-color: transparent; - padding: 0; -} - -.rtl table.type3 { - float: left; -} - -table.type3 thead th { - background-color: transparent; - border-top: none; - text-align: center; - color: #115098; - padding: 0 3px; - font-size: 0.85em; - font-weight: normal; - text-transform: none; -} - -table.type3 tbody th { - border-top: none; - text-align: left; - text-transform: none; - padding: 0; - border: none; - font-size: 0.90em; - font-weight: normal; - width: 100%; -} - -.rtl table.type3 tbody th { - text-align: right; -} - -table.type3 td { - text-align: center; - padding: 1px; -} - -th.name { - text-align: left; - width: auto; -} - -.rtl th.name { - text-align: right; -} - -td.name { - text-align: left; - font-weight: bold; -} - -.rtl td.name { - text-align: right; -} - -.entry { - text-align: left; - font-weight: normal; -} - -.rtl .entry { - text-align: right; -} - -.row1 { background-color: #F9F9F9; } -.row2 { background-color: #DCEBFE; } -.row3 { background-color: #DBDFE2; } -.row4 { background-color: #E4E8EB; } -.col1 { background-color: #DCEBFE; } -.col2 { background-color: #F9F9F9; } - -.spacer { - background-color: #DBDFE2; - height: 1px; - line-height: 1px; -} - -/* General form styles -----------------------------------------*/ -fieldset { - margin: 15px 0; - padding: 10px; - border-top: 1px solid #D7D7D7; - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - border-left: 1px solid #D7D7D7; - background-color: #FFFFFF; - position: relative; -} - -.rtl fieldset { - border-top: 1px solid #D7D7D7; - border-right: 1px solid #D7D7D7; - border-bottom: 1px solid #CCCCCC; - border-left: 1px solid #CCCCCC; -} - -* html fieldset { - padding: 0 10px 5px 10px; -} - -fieldset p { - font-size: 0.85em; -} - -legend { - padding: 1px 0; - font-family: Tahoma,arial,Verdana,Sans-serif; - font-size: .9em; - font-weight: bold; - color: #115098; - margin-top: -.4em; - position: relative; - text-transform: none; - line-height: 1.2em; - top: 0; - vertical-align: middle; -} - -/* Hide from macIE \*/ -legend { top: -1.2em; } -/* end */ - -* html legend { - margin: 0 0 -10px -7px; - line-height: 1em; - font-size: .85em; -} - -/* Holly hack, .rtl comes after html */ -* html .rtl legend { - margin: 0; - margin-right: -7px; -} - -input, textarea { - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 0.90em; - font-weight: normal; - cursor: text; - vertical-align: middle; - padding: 2px; - color: #111111; - border-left: 1px solid #AFAEAA; - border-top: 1px solid #AFAEAA; - border-right: 1px solid #D5D5C8; - border-bottom: 1px solid #D5D5C8; - background-color: #E3DFD8; -} - -.rtl input, .rtl textarea { - border-left: 1px solid #D5D5C8; - border-top: 1px solid #AFAEAA; - border-right: 1px solid #AFAEAA; - border-bottom: 1px solid #D5D5C8; -} - -input:hover, textarea:hover { - border-left: 1px solid #AFAEAA; - border-top: 1px solid #AFAEAA; - border-right: 1px solid #AFAEAA; - border-bottom: 1px solid #AFAEAA; - background-color: #E9E9E2; -} - -input.langvalue, textarea.langvalue { - width: 90%; -} - -optgroup, select { - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 0.85em; - font-weight: normal; - font-style: normal; - cursor: pointer; - vertical-align: middle; - width: auto; - color: #000; -} - -optgroup { - font-size: 1.00em; - font-weight: bold; -} - -optgroup.disabled-options { - display: none; - background-color: gray; -} - -option { - padding: 0 1em 0 0; - color: #000; -} - -option.disabled-option { - color: graytext; -} - -.rtl option { - padding: 0 0 0 1em; -} - -.sep { - font-weight: bold; -} - -.username-coloured { - font-weight: bold; -} - -textarea { - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 0.85em; - width: 60%; - padding: 2px; -} - -label { - cursor: pointer; - font-size: 0.85em; - padding: 0 5px 0 0; -} - -.rtl label { - padding: 0 0 0 5px; -} - -label input { - font-size: 1.00em; - vertical-align: middle; -} - -label img { - vertical-align: middle; -} - -fieldset.quick, p.quick { - margin: 0 0 5px; - padding: 5px 0 0; - border: none; - background-color: transparent; - text-align: right; -} - -.rtl fieldset.quick, .rtl p.quick { - text-align: left; -} - -fieldset.quick legend { - display: none; -} - -fieldset.tabulated { - background: none; - margin: 0; - padding: 0; - padding-top: 5px; - border: 0; -} - -fieldset.tabulated legend { - display: none; -} - -fieldset.nobg { - margin: 15px 0 0 0; - padding: 0; - border: none; - background-color: transparent; -} - -fieldset.display-options { - margin: 15px 0 2px 0; - padding: 0 0 4px 0; - border: none; - background-color: transparent; - text-align: center; - font-size: 0.75em; -} - -fieldset.display-options select, fieldset.display-options input, fieldset.display-options label { - font-size: 1.00em; - vertical-align: middle; -} - -select option.disabled { - background-color: #bbb; - color: #fff; -} - -/* Special case inputs */ -select#board_timezone, -select#full_folder_action { - width: 95%; -} - -/* Definition list layout for forms - Other general def. list properties defined in prosilver_main.css ----------------------------------------- */ -dl { - font-family: Verdana, Helvetica, Arial, sans-serif; - font-size: 1.00em; -} - -dt { - float: left; - width: auto; -} - -.rtl dt { - float: right; -} - -dd { color: #666666;} -dd + dd { padding-top: 5px;} -dt span { padding: 0 5px 0 0;} -.rtl dt span { padding: 0 0 0 5px;} - -dt .explain { font-style: italic;} - -dt label { - font-size: 1.00em; - text-align: left; - font-weight: bold; - color: #4A5A73; -} - -.rtl dt label { - text-align: right; -} - -dd label { - font-size: 1.00em; - white-space: nowrap; - margin: 0 10px 0 0; - color: #4A5A73; -} - -.rtl dd label { - margin: 0 0 0 10px; -} - -html>body dd label input { vertical-align: text-bottom;} /* Tweak for Moz to align checkboxes/radio buttons nicely */ - -dd input { - font-size: 1.00em; - max-width: 100%; -} - -dd select { - font-size: 100%; - width: auto; - max-width: 100%; -} - -dd textarea { - font-size: 0.90em; - width: 90%; -} - -dd select { - width: auto; - font-size: 1.00em; -} - -fieldset dl { - margin-bottom: 10px; - font-size: 0.85em; -} - -fieldset dt { - width: 45%; - text-align: left; - border: none; - border-right: 1px solid #CCCCCC; - padding-top: 3px; -} - -.rtl fieldset dt { - text-align: right; - border: none; - border-left: 1px solid #CCCCCC; -} - -fieldset dd { - margin: 0 0 0 45%; - padding: 0 0 0 5px; - border: none; - border-left: 1px solid #CCCCCC; - vertical-align: top; - font-size: 1.00em; -} - -.rtl fieldset dd { - margin: 0 45% 0 0; - padding: 0 5px 0 0; - border: none; - border-right: 1px solid #CCCCCC; -} - -dd.full, .rtl dd.full { - margin: 0; - border: 0; - padding: 0; - padding-top: 3px; - text-align: center; - width: 95%; -} - -/* Hover highlights for form rows */ -fieldset dl:hover dt, fieldset dl:hover dd { - border-color: #666666; -} - -fieldset dl:hover dt label { - color: #000000; -} - -fieldset dl dd label:hover { - color: #BC2A4D; -} - -input:focus, textarea:focus { - border: 1px solid #BC2A4D; - background-color: #E9E9E2; - color: #BC2A4D; -} - -/* Submit button fieldset or paragraph ----------------------------------------- */ -fieldset.submit-buttons { - text-align: center; - border: none; - background-color: transparent; - margin: 0; - padding: 4px; - margin-top: -1px; -} - -p.submit-buttons { - text-align: center; - margin: 0; - padding: 4px; - margin-top: 10px; -} - -fieldset.submit-buttons input, p.submit-buttons input { - padding: 3px 2px; -} - -fieldset.submit-buttons legend { - display: none; -} - -/* Input field styles ----------------------------------------- */ - -input.radio, input.permissions-checkbox { - width: auto !important; - background-color: transparent; - border: none; - cursor: default; -} - -input.full, -textarea.full { - width: 99%; -} - -* html input.full, * html textarea.full { width: 95%;} -input.medium { width: 50%;} -input.narrow { width: 25%;} -input.tiny { width: 10%;} -input.autowidth { width: auto !important;} -.box2 .inputbox { background-color: #E9E9E9;} - -/* Form button styles ----------------------------------------- */ -a.button1, input.button1, input.button3, -a.button2, input.button2 { - width: auto !important; - padding: 1px 3px 0 3px; - font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; - color: #000; - font-size: 0.85em; - background: #EFEFEF url("../images/bg_button.gif") repeat-x top; - cursor: pointer; -} - -a.button1, input.button1 { - font-weight: bold; - border: 1px solid #666666; -} - -/* Alternative button */ -a.button2, input.button2 { - border: 1px solid #666666; -} - -/* button in the style of the form buttons */ -a.button1, a.button1:link, a.button1:visited, a.button1:active, -a.button2, a.button2:link, a.button2:visited, a.button2:active { - text-decoration: none; - color: #000000; - padding: 4px 8px; -} - -/* Hover states */ -a.button1:hover, input.button1:hover, -a.button2:hover, input.button2:hover { - border: 1px solid #BC2A4D; - background: #EFEFEF url("../images/bg_button.gif") repeat bottom; - color: #BC2A4D; -} - -input.disabled { - font-weight: normal; - color: #666666; -} - -/* Pagination ----------------------------------------- */ -.pagination { - height: 1%; /* IE tweak (holly hack) */ - width: auto; - text-align: right; - margin-top: 5px; - font-size: 0.85em; - padding-bottom: 2px; -} - -.rtl .pagination { - text-align: left; -} - -.pagination strong, -.pagination b { - font-weight: normal; -} - -.pagination span.page-sep { - display:none; -} - -.pagination span strong { - padding: 0 2px; - margin: 0 2px; - font-weight: normal; - font-size: 0.85em; - color: #FFFFFF; - background: #4692BF; - border: 1px solid #4692BF; -} - -.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active { - font-weight: normal; - font-size: 0.85em; - text-decoration: none; - color: #5C758C; - margin: 0 2px; - padding: 0 2px; - background: #ECEDEE; - border: 1px solid #B4BAC0; -} - -.pagination span a:hover { - border-color: #368AD2; - background: #368AD2; - color: #FFFFFF; - text-decoration: none; -} - -.pagination img { - vertical-align: middle; -} - - -/* Action Highlighting ----------------------------------------- */ -.successbox, .errorbox { - padding: 8px; - margin: 10px 0; - color: #FFFFFF; - text-align: center; -} - -.success { - color: #228822; -} - -.error { - color: #BC2A4D; -} - -.successbox { - background-color: #228822; -} - -.errorbox { - background-color: #BC2A4D; -} - -* html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */ - -.successbox h3, .errorbox h3 { - color: #FFFFFF; - margin: 0 0 0.5em; - font-size: 1.10em; - font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif; -} - -.successbox p, .errorbox p { - color: #FFFFFF; - font-size: 0.85em; - margin-bottom: 0; -} - -.errorbox a:link, .errorbox a:active, .errorbox a:visited, -.successbox a:link, .successbox a:active, .successbox a:visited { - color: #DBD7D1; - text-decoration: underline; - font-weight: bold; -} - -.errorbox a:hover, .successbox a:hover { - color: #FFFFFF; - text-decoration: none; - font-weight: bold; -} - -.notice { - background-color: #62A5CC; -} - -/* Special cases for the error page */ -#errorpage #page-header a { - font-weight: bold; - line-height: 6em; -} - -#errorpage #content { - padding-top: 10px; -} - -#errorpage #content h1 { - color: #DF075C; -} - -#errorpage #content h2 { - margin-top: 20px; - margin-bottom: 5px; - border-bottom: 1px solid #CCCCCC; - padding-bottom: 5px; - color: #333333; -} - -/* Tooltip for permission roles */ -.tooltip { - width: 200px; - color: #000; - text-align: center; - border: 1px solid #AAA; -} - -.tooltip span.top { - background: #EFEFEF; - font-weight: bold; - padding: 2px; -} - -.tooltip span.bottom { - padding: 5px; - color: #000000; - background: #FFFFFF; -} - -/* - Format Buttons for signature editor -*/ -#format-buttons { - margin: 15px 0 2px 0; -} - -#format-buttons input, #format-buttons select { - vertical-align: middle; -} - -/* Nice method for clearing floated blocks without having to insert any extra markup - From http://www.positioniseverything.net/easyclearing.html -.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -}*/ - -.clearfix, #tabs, .row, #content, fieldset dl, #page-body { - height: 1%; - overflow: hidden; -} - -/* Syntax Highlighting ----------------------------------------- */ -.sourcenum { - color: gray; - font-family: Monaco, 'Courier New', monospace; - font-size: 1.25em; - font-weight: bold; - line-height: 1.20em; - text-align: right; - padding: 0; -} - -.rtl .sourcenum { - text-align: left; -} - -.source { - font-family: Monaco, 'Courier New', monospace; - font-size: 1.25em; - line-height: 1.20em; - padding: 0; -} - -.syntaxbg { - color: #FFFFFF; -} - -.syntaxcomment { - color: #FF8000; -} - -.syntaxdefault { - color: #0000BB; -} - -.syntaxhtml { - color: #000000; -} - -.syntaxkeyword { - color: #007700; -} - -.syntaxstring { - color: #DD0000; -} - -/* Permission interface ----------------------------------------- */ - -fieldset.permissions legend { - text-transform: none; -} - -fieldset.permissions legend input{ - height: 1.1em; -} - -/* Permission sections */ -fieldset.permissions .permissions-simple { - text-align: left; - padding-top: 3px; -} - -.rtl fieldset.permissions .permissions-simple { - text-align: right; -} - -fieldset.permissions .permissions-advanced { - padding: 10px 0 0 5px; - vertical-align: top; - clear: right; -} - -.rtl fieldset.permissions .permissions-advanced { - padding: 10px 5px 0 0; - clear: left; -} - -fieldset.permissions .permissions-switch { - float: right; -} - -.rtl fieldset.permissions .permissions-switch { - float: left; -} - -fieldset.permissions .padding { -} - -.permissions-switch { - margin-top: -6px; - font-size: .9em; -} - -.permissions-switch a { - text-decoration: underline; -} - -.permissions-reset { - padding-bottom: 10px; -} - -.permissions-reset a { - font-size: .85em; -} - -/* Tabbed menu */ -.permissions-category { - line-height: normal; - margin: 0 0 -1px 7px; - min-width: 570px; - font-size: 0.85em; -} - -.rtl .permissions-category { - margin: 0 7px -1px 0; -} - -.permissions-category ul { - margin: 0; - padding: 0; - list-style: none; -} - -.permissions-category li { - display: inline; - margin: 0; - padding: 0; - font-size: 1em; - font-weight: bold; -} - -.permissions-category a { - float: left; - background: url("../images/bg_tabs_alt1.gif") no-repeat 0% -35px; - margin: 0 1px 0 0; - padding: 0 0 0 6px; - text-decoration: none; - position: relative; -} - -.rtl .permissions-category a { - float: right; -} - -.permissions-category a span.tabbg { - float: left; - display: block; - background: url("../images/bg_tabs_alt2.gif") no-repeat 100% -35px; - padding: 7px 12px 6px 6px; - color: #536482; - white-space: nowrap; -} - -.rtl .permissions-category a span.tabbg { - float: right; -} - -/* Commented Backslash Hack hides rule from IE5-Mac \*/ -.permissions-category a span.tabbg, .rtl .permissions-category a span.tabbg { float: none;} -/* End hack */ - -.permissions-category a:hover span.tabbg { - color: #DD6900; -} - -.permissions-category .activetab a { - background-position: 0 0; -} - -.permissions-category .activetab a span.tabbg { - background-position: 100% 0; - padding-bottom: 7px; - color: #333333; -} - -.permissions-category a:hover { - background-position: 0 -70px; -} - -.permissions-category a:hover span.tabbg { - background-position: 100% -70px; -} - -.permissions-category .activetab a:hover span.tabbg { - color: #333333; - background-position: 100% 0; -} - -.permissions-category .activetab a:hover { - background-position: 0 0; -} - -.permissions-category a span.colour { - border: 1px solid #536482; - display: block; - float: left; - width: 10px; - height: 10px; - margin: 0 5px 0 0; -} - -/* Most browsers will have to live with a left aligned icon in RTL mode, as (currently) only Firefox 3.0 Alpha 3 renders it correctly without destroying it -.rtl .permissions-category a span.colour { - float: right; - margin: 0 0 0 5px; -} -*/ - -.permissions-category .activetab span.colour { - border-color: #333333; -} - -.permissions-category a:hover span.colour { - border-color: #DD6900; -} - -.permissions-category .activetab a:hover span.colour { - border-color: #333333; -} - -/* Permission preset colours */ -.permissions-preset-yes span.colour, -.yes { - background-color: #86F786; -} - -.permissions-preset-custom span.colour { - background-color: #B2BBDD; -} - -.permissions-preset-never span.colour { - background-color: #DD0000; -} - -.permissions-preset-no span.colour, -.never { - background-color: #EFB0B2; -} - -/* Permission panel ----------------------------------------- */ -.permissions-panel { - float: left; - background-color: #CADCEB; - width: 100%; -} - -.rtl .permissions-panel { - float: right; -} - -.permissions-panel span.corners-top { - background-image: url("../images/corners_left2.gif"); -} - -.permissions-panel span.corners-top span { - background-image: url("../images/corners_right2.gif"); -} - -.permissions-panel span.corners-bottom { - background-image: url("../images/corners_left2.gif"); -} - -.permissions-panel span.corners-bottom span { - background-image: url("../images/corners_right2.gif"); -} - -.permissions-panel span.corners-top, .permissions-panel span.corners-bottom, -.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span { - font-size: 1px; - line-height: 1px; - display: block; - height: 5px; - background-repeat: no-repeat; -} - -.permissions-panel span.corners-top { - background-image: url("../images/corners_left2.gif"); - background-position: 0 0; - margin: 0 0; -} - -.permissions-panel span.corners-top span { - background-image: url("../images/corners_right2.gif"); - background-position: 100% 0; -} - -.permissions-panel span.corners-bottom { - background-image: url("../images/corners_left2.gif"); - background-position: 0 100%; - margin: 0 0; - clear: both; -} - -.permissions-panel span.corners-bottom span { - background-image: url("../images/corners_right2.gif"); - background-position: 100% 100%; -} - -/* Permission table ----------------------------------------- */ -.permissions-panel .tablewrap { - margin: 0 10px; -} - -.permissions-panel table { - width: 100%; -} - -.permissions-panel th { - text-transform: none; -} - -.permissions-panel th.value { - text-align: center; -} - -.permissions-panel th.name { - text-align: left; - width: auto; - text-transform: none; -} - -.rtl .permissions-panel th.name { - text-align: right; -} - -.permissions-panel th.permissions-name { - border: none; - color: #536482; - font-weight: normal; -} - -.permissions-panel th.permissions-name a.trace { - display: inline; -} - -.permissions-panel th.row3 { - background-image: none; - background-color: #D1D7DC; - color: #536482; - border: none; -} - -.permissions-panel th.row4 { - background-image: none; - background-color: #E4E8EB; - color: #536482; - border: none; -} - -.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited { - display: block; - color: #FFFFFF; - text-decoration: underline; -} - -.permissions-panel td.permissions-yes label:hover { - background-color: #86F786; -} - -.permissions-panel td.permissions-no label:hover { - background-color: #EFB0B2; -} - -.permissions-panel td.permissions-never label:hover { - background-color: #DD0000; -} - -.permissions-panel td { - padding: 0; - text-align: center; - width: 10%; -} - -.permissions-panel td label { - display: block; - margin: 0; - padding: 0; -} - -/* Classes for additional tasks ----------------------------------------- */ - -.phpinfo { - overflow: auto; - width: 99%; - direction: ltr; -} - -.phpinfo td, .phpinfo th, .phpinfo h2, .phpinfo h1 { - text-align: left; -} -- cgit v1.2.1 From 2e17e448deed073f8614bb555a8ef20c57291c2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:14:59 +0000 Subject: Copy 3.0.x branch to trunk git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 1655 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1655 insertions(+) create mode 100644 phpBB/adm/style/admin.css (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css new file mode 100644 index 0000000000..5f1f01c0a9 --- /dev/null +++ b/phpBB/adm/style/admin.css @@ -0,0 +1,1655 @@ +/* phpBB 3.0 Admin Style Sheet + ------------------------------------------------------------------------ + Original author: subBlue ( http://www.subblue.com/ ) + Copyright 2007 phpBB Group ( http://www.phpbb.com/ ) + ------------------------------------------------------------------------ +*/ + +/* General markup styles +---------------------------------------- */ +* { + /* Reset browsers default margin, padding and font sizes */ + margin: 0; + padding: 0; + font-size: 100%; +} + +body, div, p, th, td, li, dd { + font-size: x-small; + voice-family: "\"}\""; + voice-family: inherit; + font-size: small +} + +html>body, html>div, html>p, html>th, html>td, html>li, html>dd { + font-size: small +} + +html { + color: #536482; + background: #DBD7D1; + /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ + height: 100%; + margin-bottom: 1px; +} + +body { + /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */ + font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; + color: #536482; + background: #DBD7D1; + font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */ + margin: 10px 15px; +} + +img { + border: 0; +} + +h1 { + font-family: "Trebuchet MS", Helvetica, sans-serif; + font-size: 1.70em; + font-weight: normal; + color: #333333; +} + +h2, caption { + font-family: "Trebuchet MS", Helvetica, sans-serif; + font-size: 1.40em; + font-weight: normal; + color: #115098; + text-align: left; + margin-top: 25px; +} + +.rtl h2, .rtl caption { + text-align: right; +} + +h3, h4 { + font-family: "Trebuchet MS", Helvetica, sans-serif; + font-size: 1.20em; + text-decoration: none; + line-height: 1.20em; + margin-top: 25px; +} + +p { + margin-bottom: 0.7em; + line-height: 1.40em; + font-size: 0.90em; +} + +ul { + list-style: disc; + margin: 0 0 1em 2em; +} + +.rtl ul { + margin: 0 2em 1em 0; +} + +hr { + border: 0 none; + border-top: 1px dashed #999999; + margin-bottom: 5px; + padding-bottom: 5px; + height: 1px; +} + +.small { + font-size: 0.85em; +} + +/* General links */ +a:link, a:visited { + color: #105289; + text-decoration: none; +} + +a:hover { + color: #BC2A4D; + text-decoration: underline; +} + +a:active { + color: #368AD2; + text-decoration: none; +} + +.install-body p a { + font-weight: bold; +} + +/* List items */ +ul, ol { + list-style-position: inside; + margin-left: 1em; +} + +li { + display: list-item; + list-style-type: inherit; +} + +/* Main blocks +---------------------------------------- */ +#wrap { + padding: 0 0 15px 0; + min-width: 615px; +} + +#page-header { + clear: both; + text-align: right; + background: url("../images/phpbb_logo.gif") top left no-repeat; + height: 49px; + font-size: 0.85em; + margin-bottom: 10px; +} + +.rtl #page-header { + text-align: left; + background: url("../images/phpbb_logo.gif") top right no-repeat; +} + +#page-header h1 { + color: #767676; + font-family: "Trebuchet MS",Helvetica,sans-serif; + font-size: 1.70em; + padding-top: 10px; +} + +#page-header p { + font-size: 1.00em; +} + +#page-header p#skip { + display: none; +} + +#page-body { + clear: both; + min-width: 700px; +} + +#page-footer { + clear: both; + font-size: 0.75em; + text-align: center; +} + +#content { + padding: 30px 10px 10px; + position: relative; +} + +#content h1 { + color: #115098; + line-height: 1.2em; + margin-bottom: 0; +} + +#main { + float: left; + width: 76%; + margin: 0 0 0 3%; + min-height: 350px; +} + +.rtl #main { + float: right; + margin: 0 3% 0 0; +} + +* html #main { + height: 350px; +} + +#page-body.simple-page-body { + padding: 0; + padding-right: 10px; + min-width: 0; +} + +/* Tabbed menu + Based on: http://www.alistapart.com/articles/slidingdoors2/ +----------------------------------------*/ +#tabs { + line-height: normal; + margin: 0 0 -6px 7px; + min-width: 600px; +} + +.rtl #tabs { + margin: 0 7px -6px 0; +} + +#tabs ul { + margin:0; + padding: 0; + list-style: none; +} + +#tabs li { + display: inline; + margin: 0; + padding: 0; + font-size: 0.85em; + font-weight: bold; +} + +#tabs a { + float: left; + background:url("../images/bg_tabs1.gif") no-repeat 0% -34px; + margin: 0 1px 0 0; + padding: 0 0 0 7px; + text-decoration: none; + position: relative; +} + +.rtl #tabs a { + float: right; +} + +#tabs a span { + float: left; + display: block; + background: url("../images/bg_tabs2.gif") no-repeat 100% -34px; + padding: 7px 10px 4px 4px; + color: #767676; + white-space: nowrap; + font-family: Arial, Helvetica, sans-serif; + text-transform: uppercase; + font-weight: bold; +} + +.rtl #tabs a span { + float: right; +} + +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +#tabs a span, .rtl #tabs a span { float:none;} +/* End hack */ + +#tabs a:hover span { + color: #BC2A4D; +} + +#tabs #activetab a { + background-position: 0 0; + border-bottom: 1px solid #DCDEE2; +} + +#tabs #activetab a span { + background-position: 100% 0; + padding-bottom: 5px; + color: #23649F; +} + +#tabs a:hover { + background-position: 0 -69px; +} + +#tabs a:hover span { + background-position: 100% -69px; +} + +#tabs #activetab a:hover span { + color: #115098; +} + + +/* Main Panel +---------------------------------------- */ +#acp { + margin: 4px 0; + padding: 3px 1px; + min-width: 550px; + background-color: #FFFFFF; + border: 1px #999999 solid; +} + +.panel { + background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; + padding: 0; +} + +span.corners-top, span.corners-bottom, +span.corners-top span, span.corners-bottom span { + font-size: 1px; + line-height: 1px; + display: block; + height: 5px; + background-repeat: no-repeat; +} + +span.corners-top { + background-image: url("../images/corners_left.gif"); + background-position: 0 0; + margin: -4px -2px 0; +} + +span.corners-top span { + background-image: url("../images/corners_right.gif"); + background-position: 100% 0; +} + +span.corners-bottom { + background-image: url("../images/corners_left.gif"); + background-position: 0 100%; + margin: 0 -2px -4px; + clear: both; +} + +span.corners-bottom span { + background-image: url("../images/corners_right.gif"); + background-position: 100% 100%; +} + +/* WinIE tweaks \*/ +* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); } +* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); } +/* End tweaks */ + +/* Sub-navigation Menu +---------------------------------------- */ + +/* Toggle */ +#toggle { + padding: 5px; + width: 5%; + height: 100px; + position: absolute; + left: 15%; + top: 28px; + margin-left: 2px; +} + +.rtl #toggle { + left: 75%; + margin-right: 0; + margin-left: 6px; +} + +#toggle-handle { + display: block; + width: 18px; + height: 19px; + float: right; + background-image: url(../images/toggle.gif); +} + +.rtl #toggle-handle { + background-image: url(../images/toggle.gif); + background-position: 100% 50%; +} + +/* Menu */ +#menu { + float: left; + width: 20%; + font-size: 1.00em; + padding: 0; + border-right: 1px solid #CCCFD3; +} + +.rtl #menu { + float: right; + border: none; + border-left: 1px solid #CCCFD3; +} + +#menu p { + font-size: 0.85em; +} + +#menu ul { + list-style: none; + margin: 0; + padding: 0; +} + +/* Default list state */ +#menu li { + padding: 0; + margin: 0; + font-size: 0.85em; + font-weight: bold; + display: inline; +} + +/* Link styles for the sub-section links */ +#menu li span { + display: block; + padding: 3px 3px 3px 8px; + margin: 1px 0; + text-decoration: none; + font-weight: normal; + color: #138ECB; +} + +.rtl #menu li span { + padding: 3px 8px 3px 3px; +} + +#menu li a:hover, #menu li a:hover span { + text-decoration: none; + background-color: #FFFFFF; + color: #BC2A4D; +} + +#menu li a:active, #menu li a:active span { + color: #F632A0; +} + +#menu li#activemenu a span { + text-decoration: none; + font-weight: bold; + color: #1180B7; + background: transparent url("../images/arrow_right.gif") 0% 50% no-repeat; +} + +.rtl #menu li#activemenu a span { + background: transparent url("../images/arrow_left.gif") 100% 50% no-repeat; +} + +#menu li#activemenu a:hover span, #menu li#activemenu span { + text-decoration: none; + font-weight: bold; + color: #BC2A4D; + background: #FFFFFF url("../images/arrow_right.gif") 1% 50% no-repeat; +} + +.rtl #menu li#activemenu a:hover span, .rtl #menu li#activemenu span { + background: #FFFFFF url("../images/arrow_left.gif") 99% 50% no-repeat; +} + +#menu li a:active, #menu li a:active span, #menu li#activemenu a:active span { + color: #F632A0; +} + +#menu li span.completed { + text-decoration: none; + padding: 3px 3px 3px 12px; + background: url("../images/arrow_down.gif") 1% 50% no-repeat; +} + +.rtl #menu li span.completed { + text-decoration: none; + padding: 3px 12px 3px 3px; + background: url("../images/arrow_down.gif") 99% 50% no-repeat; +} + +#menu li.header { + font-family: Tahoma, Helvetica, sans-serif; + display: block; + font-weight: bold; + color: #115098; + border-bottom: 1px solid #327AA5; + padding: 4px 0 2px; + margin-top: 15px; + text-transform: uppercase; + font-size: 0.75em; +} + +/* Table styles +---------------------------------------- */ + +table { + width: 100%; + border: 1px solid #CCCFD3; + background-color: #FFFFFF; + padding: 1px; +} + +th { + padding: 3px 4px; + color: #FFFFFF; + background: #70AED3 url("../images/gradient2b.gif") bottom left repeat-x; + border-top: 1px solid #6DACD2; + border-bottom: 1px solid #327AA5; + text-align: left; + font-size: 0.75em; + text-transform: uppercase; +} + +td { + text-align: left; + font-size: 0.85em; + padding: 4px; + line-height: 1.20em; +} + +.rtl th, .rtl td { + text-align: right; +} + +table.type2 { + border: none; + background: none; + padding: 0; +} + +table.type2 th { + background: none; + border-top: none; + text-align: center; + color: #115098; + padding: 2px 0; +} + +table.type2 td { + padding: 0; + font-size: 1em; +} + +table.type2 td.name { + padding: 2px; + vertical-align: middle; +} + +table.type3 { + float: right; + width: 300px; + border: none; + background-color: transparent; + padding: 0; +} + +.rtl table.type3 { + float: left; +} + +table.type3 thead th { + background-color: transparent; + border-top: none; + text-align: center; + color: #115098; + padding: 0 3px; + font-size: 0.85em; + font-weight: normal; + text-transform: none; +} + +table.type3 tbody th { + border-top: none; + text-align: left; + text-transform: none; + padding: 0; + border: none; + font-size: 0.90em; + font-weight: normal; + width: 100%; +} + +.rtl table.type3 tbody th { + text-align: right; +} + +table.type3 td { + text-align: center; + padding: 1px; +} + +th.name { + text-align: left; + width: auto; +} + +.rtl th.name { + text-align: right; +} + +td.name { + text-align: left; + font-weight: bold; +} + +.rtl td.name { + text-align: right; +} + +.entry { + text-align: left; + font-weight: normal; +} + +.rtl .entry { + text-align: right; +} + +.row1 { background-color: #F9F9F9; } +.row2 { background-color: #DCEBFE; } +.row3 { background-color: #DBDFE2; } +.row4 { background-color: #E4E8EB; } +.col1 { background-color: #DCEBFE; } +.col2 { background-color: #F9F9F9; } + +.spacer { + background-color: #DBDFE2; + height: 1px; + line-height: 1px; +} + +/* General form styles +----------------------------------------*/ +fieldset { + margin: 15px 0; + padding: 10px; + border-top: 1px solid #D7D7D7; + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + border-left: 1px solid #D7D7D7; + background-color: #FFFFFF; + position: relative; +} + +.rtl fieldset { + border-top: 1px solid #D7D7D7; + border-right: 1px solid #D7D7D7; + border-bottom: 1px solid #CCCCCC; + border-left: 1px solid #CCCCCC; +} + +* html fieldset { + padding: 0 10px 5px 10px; +} + +fieldset p { + font-size: 0.85em; +} + +legend { + padding: 1px 0; + font-family: Tahoma,arial,Verdana,Sans-serif; + font-size: .9em; + font-weight: bold; + color: #115098; + margin-top: -.4em; + position: relative; + text-transform: none; + line-height: 1.2em; + top: 0; + vertical-align: middle; +} + +/* Hide from macIE \*/ +legend { top: -1.2em; } +/* end */ + +* html legend { + margin: 0 0 -10px -7px; + line-height: 1em; + font-size: .85em; +} + +/* Holly hack, .rtl comes after html */ +* html .rtl legend { + margin: 0; + margin-right: -7px; +} + +input, textarea { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 0.90em; + font-weight: normal; + cursor: text; + vertical-align: middle; + padding: 2px; + color: #111111; + border-left: 1px solid #AFAEAA; + border-top: 1px solid #AFAEAA; + border-right: 1px solid #D5D5C8; + border-bottom: 1px solid #D5D5C8; + background-color: #E3DFD8; +} + +.rtl input, .rtl textarea { + border-left: 1px solid #D5D5C8; + border-top: 1px solid #AFAEAA; + border-right: 1px solid #AFAEAA; + border-bottom: 1px solid #D5D5C8; +} + +input:hover, textarea:hover { + border-left: 1px solid #AFAEAA; + border-top: 1px solid #AFAEAA; + border-right: 1px solid #AFAEAA; + border-bottom: 1px solid #AFAEAA; + background-color: #E9E9E2; +} + +input.langvalue, textarea.langvalue { + width: 90%; +} + +optgroup, select { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 0.85em; + font-weight: normal; + font-style: normal; + cursor: pointer; + vertical-align: middle; + width: auto; + color: #000; +} + +optgroup { + font-size: 1.00em; + font-weight: bold; +} + +optgroup.disabled-options { + display: none; + background-color: gray; +} + +option { + padding: 0 1em 0 0; + color: #000; +} + +option.disabled-option { + color: graytext; +} + +.rtl option { + padding: 0 0 0 1em; +} + +.sep { + font-weight: bold; +} + +.username-coloured { + font-weight: bold; +} + +textarea { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 0.85em; + width: 60%; + padding: 2px; +} + +label { + cursor: pointer; + font-size: 0.85em; + padding: 0 5px 0 0; +} + +.rtl label { + padding: 0 0 0 5px; +} + +label input { + font-size: 1.00em; + vertical-align: middle; +} + +label img { + vertical-align: middle; +} + +fieldset.quick, p.quick { + margin: 0 0 5px; + padding: 5px 0 0; + border: none; + background-color: transparent; + text-align: right; +} + +.rtl fieldset.quick, .rtl p.quick { + text-align: left; +} + +fieldset.quick legend { + display: none; +} + +fieldset.tabulated { + background: none; + margin: 0; + padding: 0; + padding-top: 5px; + border: 0; +} + +fieldset.tabulated legend { + display: none; +} + +fieldset.nobg { + margin: 15px 0 0 0; + padding: 0; + border: none; + background-color: transparent; +} + +fieldset.display-options { + margin: 15px 0 2px 0; + padding: 0 0 4px 0; + border: none; + background-color: transparent; + text-align: center; + font-size: 0.75em; +} + +fieldset.display-options select, fieldset.display-options input, fieldset.display-options label { + font-size: 1.00em; + vertical-align: middle; +} + +select option.disabled { + background-color: #bbb; + color: #fff; +} + +/* Special case inputs */ +select#board_timezone, +select#full_folder_action { + width: 95%; +} + +/* Definition list layout for forms + Other general def. list properties defined in prosilver_main.css +---------------------------------------- */ +dl { + font-family: Verdana, Helvetica, Arial, sans-serif; + font-size: 1.00em; +} + +dt { + float: left; + width: auto; +} + +.rtl dt { + float: right; +} + +dd { color: #666666;} +dd + dd { padding-top: 5px;} +dt span { padding: 0 5px 0 0;} +.rtl dt span { padding: 0 0 0 5px;} + +dt .explain { font-style: italic;} + +dt label { + font-size: 1.00em; + text-align: left; + font-weight: bold; + color: #4A5A73; +} + +.rtl dt label { + text-align: right; +} + +dd label { + font-size: 1.00em; + white-space: nowrap; + margin: 0 10px 0 0; + color: #4A5A73; +} + +.rtl dd label { + margin: 0 0 0 10px; +} + +html>body dd label input { vertical-align: text-bottom;} /* Tweak for Moz to align checkboxes/radio buttons nicely */ + +dd input { + font-size: 1.00em; + max-width: 100%; +} + +dd select { + font-size: 100%; + width: auto; + max-width: 100%; +} + +dd textarea { + font-size: 0.90em; + width: 90%; +} + +dd select { + width: auto; + font-size: 1.00em; +} + +fieldset dl { + margin-bottom: 10px; + font-size: 0.85em; +} + +fieldset dt { + width: 45%; + text-align: left; + border: none; + border-right: 1px solid #CCCCCC; + padding-top: 3px; +} + +.rtl fieldset dt { + text-align: right; + border: none; + border-left: 1px solid #CCCCCC; +} + +fieldset dd { + margin: 0 0 0 45%; + padding: 0 0 0 5px; + border: none; + border-left: 1px solid #CCCCCC; + vertical-align: top; + font-size: 1.00em; +} + +.rtl fieldset dd { + margin: 0 45% 0 0; + padding: 0 5px 0 0; + border: none; + border-right: 1px solid #CCCCCC; +} + +dd.full, .rtl dd.full { + margin: 0; + border: 0; + padding: 0; + padding-top: 3px; + text-align: center; + width: 95%; +} + +/* Hover highlights for form rows */ +fieldset dl:hover dt, fieldset dl:hover dd { + border-color: #666666; +} + +fieldset dl:hover dt label { + color: #000000; +} + +fieldset dl dd label:hover { + color: #BC2A4D; +} + +input:focus, textarea:focus { + border: 1px solid #BC2A4D; + background-color: #E9E9E2; + color: #BC2A4D; +} + +/* Submit button fieldset or paragraph +---------------------------------------- */ +fieldset.submit-buttons { + text-align: center; + border: none; + background-color: transparent; + margin: 0; + padding: 4px; + margin-top: -1px; +} + +p.submit-buttons { + text-align: center; + margin: 0; + padding: 4px; + margin-top: 10px; +} + +fieldset.submit-buttons input, p.submit-buttons input { + padding: 3px 2px; +} + +fieldset.submit-buttons legend { + display: none; +} + +/* Input field styles +---------------------------------------- */ + +input.radio, input.permissions-checkbox { + width: auto !important; + background-color: transparent; + border: none; + cursor: default; +} + +input.full, +textarea.full { + width: 99%; +} + +* html input.full, * html textarea.full { width: 95%;} +input.medium { width: 50%;} +input.narrow { width: 25%;} +input.tiny { width: 10%;} +input.autowidth { width: auto !important;} +.box2 .inputbox { background-color: #E9E9E9;} + +/* Form button styles +---------------------------------------- */ +a.button1, input.button1, input.button3, +a.button2, input.button2 { + width: auto !important; + padding: 1px 3px 0 3px; + font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif; + color: #000; + font-size: 0.85em; + background: #EFEFEF url("../images/bg_button.gif") repeat-x top; + cursor: pointer; +} + +a.button1, input.button1 { + font-weight: bold; + border: 1px solid #666666; +} + +/* Alternative button */ +a.button2, input.button2 { + border: 1px solid #666666; +} + +/* button in the style of the form buttons */ +a.button1, a.button1:link, a.button1:visited, a.button1:active, +a.button2, a.button2:link, a.button2:visited, a.button2:active { + text-decoration: none; + color: #000000; + padding: 4px 8px; +} + +/* Hover states */ +a.button1:hover, input.button1:hover, +a.button2:hover, input.button2:hover { + border: 1px solid #BC2A4D; + background: #EFEFEF url("../images/bg_button.gif") repeat bottom; + color: #BC2A4D; +} + +input.disabled { + font-weight: normal; + color: #666666; +} + +/* Pagination +---------------------------------------- */ +.pagination { + height: 1%; /* IE tweak (holly hack) */ + width: auto; + text-align: right; + margin-top: 5px; + font-size: 0.85em; + padding-bottom: 2px; +} + +.rtl .pagination { + text-align: left; +} + +.pagination strong, +.pagination b { + font-weight: normal; +} + +.pagination span.page-sep { + display:none; +} + +.pagination span strong { + padding: 0 2px; + margin: 0 2px; + font-weight: normal; + font-size: 0.85em; + color: #FFFFFF; + background: #4692BF; + border: 1px solid #4692BF; +} + +.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active { + font-weight: normal; + font-size: 0.85em; + text-decoration: none; + color: #5C758C; + margin: 0 2px; + padding: 0 2px; + background: #ECEDEE; + border: 1px solid #B4BAC0; +} + +.pagination span a:hover { + border-color: #368AD2; + background: #368AD2; + color: #FFFFFF; + text-decoration: none; +} + +.pagination img { + vertical-align: middle; +} + + +/* Action Highlighting +---------------------------------------- */ +.successbox, .errorbox { + padding: 8px; + margin: 10px 0; + color: #FFFFFF; + text-align: center; +} + +.success { + color: #228822; +} + +.error { + color: #BC2A4D; +} + +.successbox { + background-color: #228822; +} + +.errorbox { + background-color: #BC2A4D; +} + +* html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */ + +.successbox h3, .errorbox h3 { + color: #FFFFFF; + margin: 0 0 0.5em; + font-size: 1.10em; + font-family: "Lucida Grande",Verdana,Helvetica,Arial,sans-serif; +} + +.successbox p, .errorbox p { + color: #FFFFFF; + font-size: 0.85em; + margin-bottom: 0; +} + +.errorbox a:link, .errorbox a:active, .errorbox a:visited, +.successbox a:link, .successbox a:active, .successbox a:visited { + color: #DBD7D1; + text-decoration: underline; + font-weight: bold; +} + +.errorbox a:hover, .successbox a:hover { + color: #FFFFFF; + text-decoration: none; + font-weight: bold; +} + +.notice { + background-color: #62A5CC; +} + +/* Special cases for the error page */ +#errorpage #page-header a { + font-weight: bold; + line-height: 6em; +} + +#errorpage #content { + padding-top: 10px; +} + +#errorpage #content h1 { + color: #DF075C; +} + +#errorpage #content h2 { + margin-top: 20px; + margin-bottom: 5px; + border-bottom: 1px solid #CCCCCC; + padding-bottom: 5px; + color: #333333; +} + +/* Tooltip for permission roles */ +.tooltip { + width: 200px; + color: #000; + text-align: center; + border: 1px solid #AAA; +} + +.tooltip span.top { + background: #EFEFEF; + font-weight: bold; + padding: 2px; +} + +.tooltip span.bottom { + padding: 5px; + color: #000000; + background: #FFFFFF; +} + +/* + Format Buttons for signature editor +*/ +#format-buttons { + margin: 15px 0 2px 0; +} + +#format-buttons input, #format-buttons select { + vertical-align: middle; +} + +/* Nice method for clearing floated blocks without having to insert any extra markup + From http://www.positioniseverything.net/easyclearing.html +.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; +}*/ + +.clearfix, #tabs, .row, #content, fieldset dl, #page-body { + height: 1%; + overflow: hidden; +} + +/* Syntax Highlighting +---------------------------------------- */ +.sourcenum { + color: gray; + font-family: Monaco, 'Courier New', monospace; + font-size: 1.25em; + font-weight: bold; + line-height: 1.20em; + text-align: right; + padding: 0; +} + +.rtl .sourcenum { + text-align: left; +} + +.source { + font-family: Monaco, 'Courier New', monospace; + font-size: 1.25em; + line-height: 1.20em; + padding: 0; +} + +.syntaxbg { + color: #FFFFFF; +} + +.syntaxcomment { + color: #FF8000; +} + +.syntaxdefault { + color: #0000BB; +} + +.syntaxhtml { + color: #000000; +} + +.syntaxkeyword { + color: #007700; +} + +.syntaxstring { + color: #DD0000; +} + +/* Permission interface +---------------------------------------- */ + +fieldset.permissions legend { + text-transform: none; +} + +fieldset.permissions legend input{ + height: 1.1em; +} + +/* Permission sections */ +fieldset.permissions .permissions-simple { + text-align: left; + padding-top: 3px; +} + +.rtl fieldset.permissions .permissions-simple { + text-align: right; +} + +fieldset.permissions .permissions-advanced { + padding: 10px 0 0 5px; + vertical-align: top; + clear: right; +} + +.rtl fieldset.permissions .permissions-advanced { + padding: 10px 5px 0 0; + clear: left; +} + +fieldset.permissions .permissions-switch { + float: right; +} + +.rtl fieldset.permissions .permissions-switch { + float: left; +} + +fieldset.permissions .padding { +} + +.permissions-switch { + margin-top: -6px; + font-size: .9em; +} + +.permissions-switch a { + text-decoration: underline; +} + +.permissions-reset { + padding-bottom: 10px; +} + +.permissions-reset a { + font-size: .85em; +} + +/* Tabbed menu */ +.permissions-category { + line-height: normal; + margin: 0 0 -1px 7px; + min-width: 570px; + font-size: 0.85em; +} + +.rtl .permissions-category { + margin: 0 7px -1px 0; +} + +.permissions-category ul { + margin: 0; + padding: 0; + list-style: none; +} + +.permissions-category li { + display: inline; + margin: 0; + padding: 0; + font-size: 1em; + font-weight: bold; +} + +.permissions-category a { + float: left; + background: url("../images/bg_tabs_alt1.gif") no-repeat 0% -35px; + margin: 0 1px 0 0; + padding: 0 0 0 6px; + text-decoration: none; + position: relative; +} + +.rtl .permissions-category a { + float: right; +} + +.permissions-category a span.tabbg { + float: left; + display: block; + background: url("../images/bg_tabs_alt2.gif") no-repeat 100% -35px; + padding: 7px 12px 6px 6px; + color: #536482; + white-space: nowrap; +} + +.rtl .permissions-category a span.tabbg { + float: right; +} + +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +.permissions-category a span.tabbg, .rtl .permissions-category a span.tabbg { float: none;} +/* End hack */ + +.permissions-category a:hover span.tabbg { + color: #DD6900; +} + +.permissions-category .activetab a { + background-position: 0 0; +} + +.permissions-category .activetab a span.tabbg { + background-position: 100% 0; + padding-bottom: 7px; + color: #333333; +} + +.permissions-category a:hover { + background-position: 0 -70px; +} + +.permissions-category a:hover span.tabbg { + background-position: 100% -70px; +} + +.permissions-category .activetab a:hover span.tabbg { + color: #333333; + background-position: 100% 0; +} + +.permissions-category .activetab a:hover { + background-position: 0 0; +} + +.permissions-category a span.colour { + border: 1px solid #536482; + display: block; + float: left; + width: 10px; + height: 10px; + margin: 0 5px 0 0; +} + +/* Most browsers will have to live with a left aligned icon in RTL mode, as (currently) only Firefox 3.0 Alpha 3 renders it correctly without destroying it +.rtl .permissions-category a span.colour { + float: right; + margin: 0 0 0 5px; +} +*/ + +.permissions-category .activetab span.colour { + border-color: #333333; +} + +.permissions-category a:hover span.colour { + border-color: #DD6900; +} + +.permissions-category .activetab a:hover span.colour { + border-color: #333333; +} + +/* Permission preset colours */ +.permissions-preset-yes span.colour, +.yes { + background-color: #86F786; +} + +.permissions-preset-custom span.colour { + background-color: #B2BBDD; +} + +.permissions-preset-never span.colour { + background-color: #DD0000; +} + +.permissions-preset-no span.colour, +.never { + background-color: #EFB0B2; +} + +/* Permission panel +---------------------------------------- */ +.permissions-panel { + float: left; + background-color: #CADCEB; + width: 100%; +} + +.rtl .permissions-panel { + float: right; +} + +.permissions-panel span.corners-top { + background-image: url("../images/corners_left2.gif"); +} + +.permissions-panel span.corners-top span { + background-image: url("../images/corners_right2.gif"); +} + +.permissions-panel span.corners-bottom { + background-image: url("../images/corners_left2.gif"); +} + +.permissions-panel span.corners-bottom span { + background-image: url("../images/corners_right2.gif"); +} + +.permissions-panel span.corners-top, .permissions-panel span.corners-bottom, +.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span { + font-size: 1px; + line-height: 1px; + display: block; + height: 5px; + background-repeat: no-repeat; +} + +.permissions-panel span.corners-top { + background-image: url("../images/corners_left2.gif"); + background-position: 0 0; + margin: 0 0; +} + +.permissions-panel span.corners-top span { + background-image: url("../images/corners_right2.gif"); + background-position: 100% 0; +} + +.permissions-panel span.corners-bottom { + background-image: url("../images/corners_left2.gif"); + background-position: 0 100%; + margin: 0 0; + clear: both; +} + +.permissions-panel span.corners-bottom span { + background-image: url("../images/corners_right2.gif"); + background-position: 100% 100%; +} + +/* Permission table +---------------------------------------- */ +.permissions-panel .tablewrap { + margin: 0 10px; +} + +.permissions-panel table { + width: 100%; +} + +.permissions-panel th { + text-transform: none; +} + +.permissions-panel th.value { + text-align: center; +} + +.permissions-panel th.name { + text-align: left; + width: auto; + text-transform: none; +} + +.rtl .permissions-panel th.name { + text-align: right; +} + +.permissions-panel th.permissions-name { + border: none; + color: #536482; + font-weight: normal; +} + +.permissions-panel th.permissions-name a.trace { + display: inline; +} + +.permissions-panel th.row3 { + background-image: none; + background-color: #D1D7DC; + color: #536482; + border: none; +} + +.permissions-panel th.row4 { + background-image: none; + background-color: #E4E8EB; + color: #536482; + border: none; +} + +.permissions-panel th a:link, .permissions-panel th a:hover, .permissions-panel th a:visited { + display: block; + color: #FFFFFF; + text-decoration: underline; +} + +.permissions-panel td.permissions-yes label:hover { + background-color: #86F786; +} + +.permissions-panel td.permissions-no label:hover { + background-color: #EFB0B2; +} + +.permissions-panel td.permissions-never label:hover { + background-color: #DD0000; +} + +.permissions-panel td { + padding: 0; + text-align: center; + width: 10%; +} + +.permissions-panel td label { + display: block; + margin: 0; + padding: 0; +} + +/* Classes for additional tasks +---------------------------------------- */ + +.phpinfo { + overflow: auto; + width: 99%; + direction: ltr; +} + +.phpinfo td, .phpinfo th, .phpinfo h2, .phpinfo h1 { + text-align: left; +} -- cgit v1.2.1 From 6d227894f59c14dbc1f907bfd4d7cd5bb0df3dcd Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 13 Feb 2012 12:28:01 +0200 Subject: [ticket/10645] Missing CSS for checkboxes Missing CSS for checkboxes, invalid cursor for radio input PHPBB3-10645 --- phpBB/adm/style/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 666f4921ba..ceda824e5a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1007,11 +1007,11 @@ fieldset.submit-buttons legend { /* Input field styles ---------------------------------------- */ -input.radio, input.permissions-checkbox { +input.radio, input.checkbox, input.permissions-checkbox { width: auto !important; background-color: transparent; border: none; - cursor: default; + cursor: pointer; } input.full, -- cgit v1.2.1 From f32cc3ae8fc3fbd28f4fe9e6b7e2a4eb27cfac03 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 18 Feb 2012 01:20:21 +0200 Subject: [feature/merging-style-components] Admin.css additions for acp_styles Adding background colors for row iterations and font color for disabled rows to admin control panel css. PHPBB3-10632 --- phpBB/adm/style/admin.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ceda824e5a..14a2b6dded 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -626,12 +626,29 @@ td.name { .col1 { background-color: #DCEBFE; } .col2 { background-color: #F9F9F9; } +/* 4 row background colours for trees */ +.row1a { background-color: #F9F9F9; } +.row1b { background-color: #F6F6F6; } +.row2a { background-color: #E7EEF4; } +.row2b { background-color: #E3EBF2; } + .spacer { background-color: #DBDFE2; height: 1px; line-height: 1px; } +/* Deactivated row */ +.row-inactive { + color: #999; +} +.row-inactive a, .row-inactive strong { + color: #888; +} +.row-inactive a:hover { + color: #BC2A4D; +} + /* General form styles ----------------------------------------*/ fieldset { -- cgit v1.2.1 From 6efb9dd0b6e0119009d5b10d198722ba2b19f0e2 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Wed, 24 Aug 2011 11:34:41 +0100 Subject: [ticket/10270] Added jQuery popup CSS to the ACP. It was missing previously, meaning that it displayed wrong and in the footer. PHPBB3-10270 --- phpBB/adm/style/admin.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ceda824e5a..70c06f2d62 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1070,6 +1070,40 @@ input.disabled { color: #666666; } +/* jQuery popups +---------------------------------------- */ +.jalert { + background-color: #FFFFFF; + border: 1px solid #999999; + position: fixed; + display: none; + top: 100px; + left: 35%; + width: 30%; + z-index: 50; + padding: 25px; + padding: 0 25px 20px 25px; +} + +.jalert p { + margin: 8px 0; + padding-bottom: 8px; +} + +#darkenwrapper { + display: none; +} + +#darken { + position: fixed; + left: 0; + top: 0; + width: 100%; + height: 100%; + background-color: #000000; + opacity: 0.5; +} + /* Pagination ---------------------------------------- */ .pagination { -- cgit v1.2.1 From 885c2914db51f0ed8157d9e43333d89dcfdb0153 Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Sat, 22 Oct 2011 22:48:05 +0100 Subject: [ticket/10270] Fixed JavaScript alerts in the ACP. PHPBB3-10270 --- phpBB/adm/style/admin.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 70c06f2d62..01af071766 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1072,7 +1072,7 @@ input.disabled { /* jQuery popups ---------------------------------------- */ -.jalert { +.phpbb_alert { background-color: #FFFFFF; border: 1px solid #999999; position: fixed; @@ -1085,7 +1085,13 @@ input.disabled { padding: 0 25px 20px 25px; } -.jalert p { +.phpbb_alert img.alert_close { + float: right; + margin-top: -7px; + margin-right: -30px; +} + +.phpbb_alert p { margin: 8px 0; padding-bottom: 8px; } -- cgit v1.2.1 From 8a0d8c0a84e119121bc9bd69c757aa4776d42acb Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Wed, 8 Feb 2012 20:38:23 +0100 Subject: [feature/ajax] Do not hard-code sorting images of acp_forums ordering PHPBB3-10270 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 01af071766..a162d44f9d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -101,6 +101,10 @@ hr { font-size: 0.85em; } +.hidden { + display: none; +} + /* General links */ a:link, a:visited { color: #105289; -- cgit v1.2.1 From 6145e0ba65978e11249f6eb13d40391f348200ed Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 22 Feb 2012 14:42:19 +0200 Subject: [ticket/10270] Changing close button for ajax popups Changed close button for popups to match prosilver style and from img to css, moved color values to colours.css PHPBB3-10270 --- phpBB/adm/style/admin.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index a162d44f9d..d5dc957ac5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1089,11 +1089,21 @@ input.disabled { padding: 0 25px 20px 25px; } -.phpbb_alert img.alert_close { +.phpbb_alert .alert_close { + display: block; float: right; + width: 16px; + height: 16px; + overflow: hidden; + text-decoration: none !important; + background: transparent url("../images/alert_close.png") 0 0 no-repeat; margin-top: -7px; - margin-right: -30px; + margin-right: -31px; } +.phpbb_alert .alert_close:hover { + background-position: 0 -16px; +} + .phpbb_alert p { margin: 8px 0; -- cgit v1.2.1 From 7fa2be51ce1a9c3f196c85a450da8f200b95bf84 Mon Sep 17 00:00:00 2001 From: Shibu Lijack Date: Wed, 11 Apr 2012 18:01:58 +0530 Subject: [ticket/10688] Changed version 3.0 to 3.1 Replaced phpBB 3.0 to 3.1 in the stylesheets PHPBB-10688 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ceda824e5a..7ae4339b49 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1,4 +1,4 @@ -/* phpBB 3.0 Admin Style Sheet +/* phpBB 3.1 Admin Style Sheet ------------------------------------------------------------------------ Original author: subBlue ( http://www.subblue.com/ ) Copyright 2007 phpBB Group ( http://www.phpbb.com/ ) -- cgit v1.2.1 From 7b643fe8a5fd3b92bb4db9eacb27645417004709 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sun, 5 Aug 2012 19:00:20 -0500 Subject: [ticket/10631] Make failure to meet ext enable requirements clearer Turn the blocks red on the details page if requirement is not met. Also changing a how the errors come up when trying to enable/disable an extension when they cannot be. PHPBB3-10631 --- phpBB/adm/style/admin.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 08613de0dd..585707600d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1718,3 +1718,13 @@ fieldset.permissions .padding { .phpinfo td, .phpinfo th, .phpinfo h2, .phpinfo h1 { text-align: left; } + +.requirements_not_met { + padding: 5px; + background-color: #BC2A4D; +} + +.requirements_not_met dt label, .requirements_not_met dd p { + color: #FFFFFF; + font-size: 1.4em; +} \ No newline at end of file -- cgit v1.2.1 From 43a713ea8356221eb199c5aba066efa15013c186 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 25 Aug 2012 13:11:07 +0200 Subject: [ticket/11067] Copy prosilver CSS to adm, so the pagination looks the same PHPBB3-11067 PHPBB3-11018 --- phpBB/adm/style/admin.css | 80 ++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 28 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 585707600d..8551c952c7 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1148,55 +1148,79 @@ input.disabled { width: auto; text-align: right; margin-top: 5px; - font-size: 0.85em; - padding-bottom: 2px; + float: right; } .rtl .pagination { text-align: left; + float: left; } -.pagination strong, -.pagination b { - font-weight: normal; +li.pagination { + margin-top: 0; } -.pagination span.page-sep { - display:none; +.pagination img { + vertical-align: middle; } -.pagination span strong { - padding: 0 2px; - margin: 0 2px; - font-weight: normal; - font-size: 0.85em; - color: #FFFFFF; - background: #4692BF; - border: 1px solid #4692BF; +.pagination ul { + display: inline-block; + *display: inline; /* IE7 inline-block hack */ + *zoom: 1; + margin-left: 0; + margin-bottom: 0; +} + +li.pagination ul { + margin-top: -2px; + vertical-align: middle; +} + +.pagination ul li, dl .pagination ul li, dl.icon .pagination ul li { + display: inline; + padding: 0; + font-size: 100%; + line-height: normal; } -.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active { +.pagination li a, .pagnation li span, li .pagination li a, li .pagnation li span, .pagination li.active span, .pagination li.ellipsis span { font-weight: normal; - font-size: 0.85em; text-decoration: none; - color: #5C758C; - margin: 0 2px; padding: 0 2px; - background: #ECEDEE; - border: 1px solid #B4BAC0; + border: 1px solid transparent; + font-size: 0.9em; + line-height: 1.5em; } -.pagination span a:hover { - border-color: #368AD2; - background: #368AD2; +.pagination li a, .pagination li a:link, .pagination li a:visited { + color: #5C758C; + background-color: #ECEDEE; + border-color: #B4BAC0; +} + +.pagination li.ellipsis span { + background-color: transparent; + color: #000000; +} + +.pagination li.active span { color: #FFFFFF; - text-decoration: none; + background-color: #4692BF; + border-color: #4692BF; } -.pagination img { - vertical-align: middle; +.pagination li a:hover, .pagination .active a:hover { + color: #FFFFFF; + background-color: #368AD2; + border-color: #368AD2; } +.pagination li a:active, .pagination li.active a:active { + color: #5C758C; + background-color: #ECEDEE; + border-color: #B4BAC0; +} /* Action Highlighting ---------------------------------------- */ @@ -1727,4 +1751,4 @@ fieldset.permissions .padding { .requirements_not_met dt label, .requirements_not_met dd p { color: #FFFFFF; font-size: 1.4em; -} \ No newline at end of file +} -- cgit v1.2.1 From 001572f76425a1fdb6621d26dae875438152cc97 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sun, 3 Mar 2013 17:34:01 +0100 Subject: [ticket/11166] Add ajaxify support to normal ACP confirm_box() Currently no custom template from the ACP uses AJAX support. PHPBB3-11166 --- phpBB/adm/style/admin.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 8551c952c7..f7a7f9f9bf 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1098,12 +1098,13 @@ input.disabled { border: 1px solid #999999; position: fixed; display: none; - top: 100px; - left: 35%; - width: 30%; + top: 150px; + left: 25%; + width: 50%; z-index: 50; padding: 25px; padding: 0 25px 20px 25px; + text-align: left; } .phpbb_alert .alert_close { @@ -1127,6 +1128,20 @@ input.disabled { padding-bottom: 8px; } +.phpbb_alert label { + display: block; + margin: 8px 0; + padding-bottom: 8px; +} + +.phpbb_alert div.alert_text > p, +.phpbb_alert div.alert_text > label, +.phpbb_alert div.alert_text > select, +.phpbb_alert div.alert_text > textarea, +.phpbb_alert div.alert_text > input { + font-size: 0.9em; +} + #darkenwrapper { display: none; } -- cgit v1.2.1 From f003c35fdcdee1d31326520544620d6ce0af27aa Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 19 Oct 2013 08:59:08 -0700 Subject: [ticket/11935] Replace obsolete table attributes in Admin with CSS PHPBB3-11935 --- phpBB/adm/style/admin.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ca15338133..4e63052960 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -529,6 +529,11 @@ td { text-align: right; } +.table1 { + border-collapse: separate; + border-spacing: 1px; +} + table.type2 { border: none; background: none; -- cgit v1.2.1 From 12c5997471ffbc6a94c6f6efcf42a6d047c054a5 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 24 Oct 2013 21:10:22 +0300 Subject: [ticket/11957] Replace corner images with CSS3 corners PHPBB3-11957 --- phpBB/adm/style/admin.css | 96 +++++------------------------------------------ 1 file changed, 9 insertions(+), 87 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ca15338133..bbd2844689 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -310,52 +310,19 @@ li { margin: 4px 0; padding: 3px 1px; min-width: 550px; - background-color: #FFFFFF; + background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; border: 1px #999999 solid; + border-radius: 5px; + box-shadow: #FFF 0 0 0 1px inset; } .panel { background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; - padding: 0; -} - -span.corners-top, span.corners-bottom, -span.corners-top span, span.corners-bottom span { - font-size: 1px; - line-height: 1px; - display: block; - height: 5px; - background-repeat: no-repeat; -} - -span.corners-top { - background-image: url("../images/corners_left.gif"); - background-position: 0 0; - margin: -4px -2px 0; -} - -span.corners-top span { - background-image: url("../images/corners_right.gif"); - background-position: 100% 0; -} - -span.corners-bottom { - background-image: url("../images/corners_left.gif"); - background-position: 0 100%; - margin: 0 -2px -4px; - clear: both; -} - -span.corners-bottom span { - background-image: url("../images/corners_right.gif"); - background-position: 100% 100%; + padding: 5px 0; + border-radius: 5px; + overflow: hidden; } -/* WinIE tweaks \*/ -* html span.corners-top, * html span.corners-bottom { background-image: url("../images/corners_left.gif"); } -* html span.corners-top span, * html span.corners-bottom span { background-image: url("../images/corners_right.gif"); } -/* End tweaks */ - /* Sub-navigation Menu ---------------------------------------- */ @@ -1619,60 +1586,15 @@ fieldset.permissions .padding { float: left; background-color: #CADCEB; width: 100%; + border-radius: 5px; + overflow: hidden; + padding: 5px 0; } .rtl .permissions-panel { float: right; } -.permissions-panel span.corners-top { - background-image: url("../images/corners_left2.gif"); -} - -.permissions-panel span.corners-top span { - background-image: url("../images/corners_right2.gif"); -} - -.permissions-panel span.corners-bottom { - background-image: url("../images/corners_left2.gif"); -} - -.permissions-panel span.corners-bottom span { - background-image: url("../images/corners_right2.gif"); -} - -.permissions-panel span.corners-top, .permissions-panel span.corners-bottom, -.permissions-panel span.corners-top span, .permissions-panel span.corners-bottom span { - font-size: 1px; - line-height: 1px; - display: block; - height: 5px; - background-repeat: no-repeat; -} - -.permissions-panel span.corners-top { - background-image: url("../images/corners_left2.gif"); - background-position: 0 0; - margin: 0 0; -} - -.permissions-panel span.corners-top span { - background-image: url("../images/corners_right2.gif"); - background-position: 100% 0; -} - -.permissions-panel span.corners-bottom { - background-image: url("../images/corners_left2.gif"); - background-position: 0 100%; - margin: 0 0; - clear: both; -} - -.permissions-panel span.corners-bottom span { - background-image: url("../images/corners_right2.gif"); - background-position: 100% 100%; -} - /* Permission table ---------------------------------------- */ .permissions-panel .tablewrap { -- cgit v1.2.1 From 64e26e8c71c4f5d59e421c293f1bd6a17d13e341 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 24 Oct 2013 22:53:57 +0300 Subject: [ticket/11957] Remove menu toggle PHPBB3-11957 --- phpBB/adm/style/admin.css | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index bbd2844689..87f430c077 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -326,36 +326,6 @@ li { /* Sub-navigation Menu ---------------------------------------- */ -/* Toggle */ -#toggle { - padding: 5px; - width: 5%; - height: 100px; - position: absolute; - left: 15%; - top: 28px; - margin-left: 2px; -} - -.rtl #toggle { - left: 75%; - margin-right: 0; - margin-left: 6px; -} - -#toggle-handle { - display: block; - width: 18px; - height: 19px; - float: right; - background-image: url(../images/toggle.gif); -} - -.rtl #toggle-handle { - background-image: url(../images/toggle.gif); - background-position: 100% 50%; -} - /* Menu */ #menu { float: left; -- cgit v1.2.1 From 5779c300e47cec9533d95ad8691f362032d6f485 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 25 Oct 2013 18:22:39 +0300 Subject: [ticket/11957] Responsive layout and menu PHPBB3-11957 --- phpBB/adm/style/admin.css | 102 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 97 insertions(+), 5 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 87f430c077..b70b98c9a5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -18,11 +18,11 @@ body, div, p, th, td, li, dd { font-size: x-small; voice-family: "\"}\""; voice-family: inherit; - font-size: small + font-size: small; } html>body, html>div, html>p, html>th, html>td, html>li, html>dd { - font-size: small + font-size: small; } html { @@ -31,6 +31,7 @@ html { /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-ie browsers */ height: 100%; margin-bottom: 1px; + word-wrap: break-word; } body { @@ -105,6 +106,16 @@ hr { display: none; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + html, body { + height: auto; + margin: 0; + padding: 0; + } +} + + /* General links */ a:link, a:visited { color: #105289; @@ -136,6 +147,7 @@ li { list-style-type: inherit; } + /* Main blocks ---------------------------------------- */ #wrap { @@ -216,6 +228,41 @@ li { min-width: 0; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + #wrap, #page-body, #page-body.simple-page-body { + padding: 0; + min-width: 300px; + } + + #page-header { + margin: 5px; + padding-left: 160px; + height: auto; + min-height: 54px; + overflow: hidden; + } + + .rtl #page-header { + padding-right: 160px; + padding-left: 0; + } + + #page-header h1 { + font-size: 1.2em; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } + + #main, .rtl #main { + float: none; + width: auto; + margin: 0; + } +} + + /* Tabbed menu Based on: http://www.alistapart.com/articles/slidingdoors2/ ----------------------------------------*/ @@ -323,6 +370,15 @@ li { overflow: hidden; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + #acp { + min-width: 0; + min-height: 0; + } +} + + /* Sub-navigation Menu ---------------------------------------- */ @@ -352,12 +408,12 @@ li { } /* Default list state */ -#menu li { +#menu li, #menu .header { padding: 0; margin: 0; font-size: 0.85em; font-weight: bold; - display: inline; + display: block; } /* Link styles for the sub-section links */ @@ -422,7 +478,7 @@ li { background: url("../images/arrow_down.gif") 99% 50% no-repeat; } -#menu li.header { +#menu .header { font-family: Tahoma, Helvetica, sans-serif; display: block; font-weight: bold; @@ -432,8 +488,44 @@ li { margin-top: 15px; text-transform: uppercase; font-size: 0.75em; + text-decoration: none; + cursor: inherit; +} + +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + #menu { + float: none; + width: auto; + border-width: 0; + max-width: 200px; + margin: 0 auto 10px; + } + + #menu .menu-block .header { + margin-top: 0; + cursor: pointer; + border-bottom-width: 0; + } + + #menu .menu-block .header:focus { + color: #D31141; + } + + #menu .menu-block ul { + display: none; + } + + #menu .menu-block:hover ul, #menu .menu-block.active ul, #menu .menu-block.no-header ul { + display: block; + } + + #menu .menu-block li:last-child { + border-bottom: 1px solid #327AA5; + } } + /* Table styles ---------------------------------------- */ -- cgit v1.2.1 From 43b9314390db962aaef2411e22642f86730a6eb6 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 25 Oct 2013 19:59:45 +0300 Subject: [ticket/11957] Enhance responsive nav with JS PHPBB3-11957 --- phpBB/adm/style/admin.css | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b70b98c9a5..eceea8fe03 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -494,7 +494,7 @@ li { @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { - #menu { + #menu, .rtl #menu { float: none; width: auto; border-width: 0; @@ -502,27 +502,41 @@ li { margin: 0 auto 10px; } + #menu .menu-block.active { + margin: 0 -10px; + padding: 0 10px; + background: rgba(255, 255, 255, .5); + border-radius: 5px; + } + #menu .menu-block .header { - margin-top: 0; + margin-top: 5px; cursor: pointer; border-bottom-width: 0; + position: relative; + text-decoration: underline; } - #menu .menu-block .header:focus { + #menu .menu-block .header:focus, #menu .menu-block.active .header { color: #D31141; + text-decoration: none; } #menu .menu-block ul { display: none; } - #menu .menu-block:hover ul, #menu .menu-block.active ul, #menu .menu-block.no-header ul { + .nojs #menu .menu-block:hover ul, #menu .menu-block.active ul, #menu .menu-block.no-header ul { display: block; } #menu .menu-block li:last-child { border-bottom: 1px solid #327AA5; } + + #menu .menu-block:last-child li:last-child, #menu .menu-block.active li:last-child { + border-bottom-width: 0; + } } -- cgit v1.2.1 From 1b3daa1ad876e9b3adf87bca754ee313a0cdaa13 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 25 Oct 2013 21:40:39 +0300 Subject: [ticket/11957] Adjustments to ACP layout, menu and some elements PHPBB3-11957 --- phpBB/adm/style/admin.css | 51 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index eceea8fe03..40224be021 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -260,6 +260,33 @@ li { width: auto; margin: 0; } + + #content { + background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; + padding: 5px; + } + + #page-footer { + padding: 0 5px 5px; + } +} + +@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) +{ + #page-header { + background-size: 76px 26.5px; + padding-left: 80px; + min-height: 30px; + } + + .rtl #page-header { + padding-right: 80px; + } + + #page-header h1 { + padding-top: 0; + font-size: 1.1em; + } } @@ -375,10 +402,14 @@ li { #acp { min-width: 0; min-height: 0; + border-radius: 0; + border-width: 1px 0; + background: #fff; + padding: 1px 0; + box-shadow: none; } } - /* Sub-navigation Menu ---------------------------------------- */ @@ -490,6 +521,7 @@ li { font-size: 0.75em; text-decoration: none; cursor: inherit; + outline-style: none; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) @@ -502,13 +534,21 @@ li { margin: 0 auto 10px; } + #menu p { + text-align: center; + } + #menu .menu-block.active { - margin: 0 -10px; - padding: 0 10px; + margin: 0 -5px; + padding: 0 5px 3px; background: rgba(255, 255, 255, .5); border-radius: 5px; } + #menu .menu-block.no-header.active { + padding-top: 3px; + } + #menu .menu-block .header { margin-top: 5px; cursor: pointer; @@ -537,6 +577,10 @@ li { #menu .menu-block:last-child li:last-child, #menu .menu-block.active li:last-child { border-bottom-width: 0; } + + #menu .menu-block li a span { + border-radius: 2px; + } } @@ -707,6 +751,7 @@ fieldset { border-left: 1px solid #D7D7D7; background-color: #FFFFFF; position: relative; + border-radius: 3px; } .rtl fieldset { -- cgit v1.2.1 From 5f39fd470c7c2742e852e8b24de88de02a544250 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Fri, 25 Oct 2013 23:29:47 +0300 Subject: [ticket/11957] Use fixed width for sidebar Use fixed width for sidebar and few minor fixes for other items PHPBB3-11957 --- phpBB/adm/style/admin.css | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 40224be021..79b88cf52f 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -106,6 +106,13 @@ hr { display: none; } +@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) +{ + body { + margin: 5px 5px 0; + } +} + @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { html, body { @@ -186,7 +193,7 @@ li { #page-body { clear: both; - min-width: 700px; + min-width: 650px; } #page-footer { @@ -207,15 +214,11 @@ li { } #main { - float: left; - width: 76%; - margin: 0 0 0 3%; - min-height: 350px; + margin: 0 0 0 210px; } .rtl #main { - float: right; - margin: 0 3% 0 0; + margin: 0 210px 0 0; } * html #main { @@ -255,6 +258,10 @@ li { text-overflow: ellipsis; } + #page-header fieldset { + margin-top: 5px; + } + #main, .rtl #main { float: none; width: auto; @@ -416,7 +423,7 @@ li { /* Menu */ #menu { float: left; - width: 20%; + width: 200px; font-size: 1.00em; padding: 0; border-right: 1px solid #CCCFD3; @@ -436,6 +443,7 @@ li { list-style: none; margin: 0; padding: 0; + word-wrap: normal; } /* Default list state */ @@ -461,6 +469,12 @@ li { padding: 3px 8px 3px 3px; } +#menu li span, #menu .header { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + #menu li a:hover, #menu li a:hover span { text-decoration: none; background-color: #FFFFFF; -- cgit v1.2.1 From b80f213995df6456cf35897a7a35d7943baa5ebb Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 00:46:20 +0300 Subject: [ticket/11957] Responsive ACP tables PHPBB3-11957 --- phpBB/adm/style/admin.css | 98 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 79b88cf52f..2cd8d0005c 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -754,6 +754,104 @@ td.name { color: #BC2A4D; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { + display: block; + } + + table.responsive thead, table.responsive th, table.responsive colgroup { + display: none; + } + + table.responsive.show-header thead, table.responsive.show-header th:first-child, table.responsive caption { + display: block; + width: auto !important; + text-align: left !important; + margin: 0; + } + + table.responsive { + background: transparent none; + border-width: 0; + } + + table.responsive caption { + padding: 3px 4px; + color: #FFFFFF; + background: #70AED3 url("../images/gradient2b.gif") bottom left repeat-x; + border-top: 1px solid #6DACD2; + border-bottom: 1px solid #327AA5; + text-align: left; + font-size: 0.75em; + font-weight: bold; + text-transform: uppercase; + } + + table.responsive.show-header th:first-child span.rank-img, table.responsive.no-caption caption, table.responsive.no-header thead { + display: none; + } + + table.responsive tr { + margin: 2px 0; + border: 1px solid #CCCFD3; + background-color: #FFFFFF; + padding: 1px 1px 0; + overflow: hidden; + } + + table.responsive tr.row1 td { background-color: #F9F9F9; } + table.responsive tr.row2 td { background-color: #DCEBFE; } + table.responsive tr.row3 td { background-color: #DBDFE2; } + table.responsive tr.row4 td { background-color: #E4E8EB; } + table.responsive tr.col1 td { background-color: #DCEBFE; } + table.responsive tr.col2 td { background-color: #F9F9F9; } + table.responsive tr.row1a td { background-color: #F9F9F9; } + table.responsive tr.row1b td { background-color: #F6F6F6; } + table.responsive tr.row2a td { background-color: #E7EEF4; } + table.responsive tr.row2b td { background-color: #E3EBF2; } + + table.responsive td { + width: auto !important; + text-align: left !important; + padding: 4px; + margin-bottom: 1px; + } + + table.responsive td.empty { + display: none !important; + } + + table.responsive td > dfn { + display: inline-block !important; + } + + table.responsive td > dfn:after { + content: ':'; + padding-right: 5px; + } + + table.responsive.two-columns td { + width: 50% !important; + float: left; + -moz-box-sizing: border-box; + box-sizing: border-box; + } + + table.responsive.two-columns td:nth-child(2n+1) { + clear: left; + } + + table.responsive span.rank-img { + float: none; + padding-right: 5px; + } + + table.responsive#memberlist td:first-child input[type="checkbox"] { + float: right; + } +} + /* General form styles ----------------------------------------*/ fieldset { -- cgit v1.2.1 From 9a8b463c334c27ca958ab4de8e660fd591bf4e95 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 00:58:36 +0300 Subject: [ticket/11957] Remove IE6 hacks PHPBB3-11957 --- phpBB/adm/style/admin.css | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 2cd8d0005c..68c5645d9c 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -221,10 +221,6 @@ li { margin: 0 210px 0 0; } -* html #main { - height: 350px; -} - #page-body.simple-page-body { padding: 0; padding-right: 10px; @@ -873,10 +869,6 @@ fieldset { border-left: 1px solid #CCCCCC; } -* html fieldset { - padding: 0 10px 5px 10px; -} - fieldset p { font-size: 0.85em; } @@ -895,18 +887,6 @@ legend { vertical-align: middle; } -* html legend { - margin: 0 0 -10px -7px; - line-height: 1em; - font-size: .85em; -} - -/* Holly hack, .rtl comes after html */ -* html .rtl legend { - margin: 0; - margin-right: -7px; -} - input, textarea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.90em; @@ -1245,7 +1225,6 @@ textarea.full { width: 99%; } -* html input.full, * html textarea.full { width: 95%;} input.medium { width: 50%;} input.narrow { width: 25%;} input.tiny { width: 10%;} @@ -1472,8 +1451,6 @@ li.pagination ul { background-color: #BC2A4D; } -* html .errorbox, * html .successbox { height: 1%; } /* Pixel shift fix for IE */ - .successbox h3, .errorbox h3 { color: #FFFFFF; margin: 0 0 0.5em; -- cgit v1.2.1 From c23c64cb6d848382542fc5d50899f9a921ffe805 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 01:07:04 +0300 Subject: [ticket/11957] Responsive jQuery popups PHPBB3-11957 --- phpBB/adm/style/admin.css | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 68c5645d9c..f644adb0d4 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1288,8 +1288,10 @@ input.button1:focus, input.button2:focus, input.button3:focus { position: fixed; display: none; top: 150px; - left: 25%; - width: 50%; + left: 0; + right: 0; + max-width: 600px; + margin: 0 auto; z-index: 50; padding: 25px; padding: 0 25px 20px 25px; @@ -1345,6 +1347,21 @@ input.button1:focus, input.button2:focus, input.button3:focus { opacity: 0.5; } +@media only screen and (max-height: 500px), only screen and (max-device-width: 500px) +{ + .phpbb_alert { + top: 25px; + } +} + +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + .phpbb_alert { + max-width: none; + margin: 0 25px; + } +} + /* Pagination ---------------------------------------- */ .pagination { -- cgit v1.2.1 From 365d07ff6c481e604cd83425abe128eff3af70f0 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 09:51:07 +0300 Subject: [ticket/11957] Responsive forms PHPBB3-11957 --- phpBB/adm/style/admin.css | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f644adb0d4..a98bcffe3b 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1053,6 +1053,13 @@ select#full_folder_action { width: 95%; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + fieldset { + padding: 5px; + } +} + /* Definition list layout for forms Other general def. list properties defined in prosilver_main.css ---------------------------------------- */ @@ -1184,6 +1191,51 @@ input:focus, textarea:focus { outline-style: none; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + fieldset dl { + margin-bottom: 5px; + padding-bottom: 5px; + border-bottom: 1px solid #e8e8e8; + } + + fieldset > dl:last-child, fieldset > form:last-child > dl:last-child { + border-bottom-width: 0; + margin-bottom: 0; + } + + fieldset dt, .rtl fieldset dt, fieldset dd, .rtl fieldset dd { + border-width: 0; + margin-left: 0; + margin-right: 0; + float: none; + width: auto; + } + + .ltr fieldset dd { + padding-left: 20px; + } + + .rtl fieldset dd { + padding-right: 20px; + } + + dd select, dd input { + max-width: 300px; + } + + dd input[type="number"] { + max-width: 70px; + } +} + +@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) +{ + dd select, dd input { + max-width: 240px; + } +} + /* Submit button fieldset or paragraph ---------------------------------------- */ fieldset.submit-buttons { @@ -1926,3 +1978,11 @@ fieldset.permissions .padding { color: #FFFFFF; font-size: 1.4em; } + +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + .responsive-hide { display: none !important; } + .responsive-show { display: block !important; } + .responsive-show-inline { display: inline !important; } + .responsive-show-inline-block { display: inline-block !important; } +} -- cgit v1.2.1 From 10f0c8b3337001743fc310539da43363873dcf0a Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 10:12:12 +0300 Subject: [ticket/11957] Change avatars gallery from table to list PHPBB3-11957 --- phpBB/adm/style/admin.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index a98bcffe3b..b3f086b6d2 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1956,6 +1956,35 @@ fieldset.permissions .padding { padding: 0; } +/* Avatars gallery +---------------------------------------- */ +#gallery { + display: block; + margin: 0 -5px; + padding: 0; + overflow: hidden; +} + +#gallery li { + display: block; + float: left; + border: 1px solid #ccc; + border-radius: 2px; + background: #fff; + padding: 5px; + margin: 5px; +} + +#gallery li:hover { + background-color: #eee; +} + +#gallery li label { + display: block; + text-align: center; + padding: 0; +} + /* Classes for additional tasks ---------------------------------------- */ -- cgit v1.2.1 From b107b4c0e2ff5f946e71eb962622295ded7f54ea Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 11:01:23 +0300 Subject: [ticket/11957] Responsive forums list PHPBB3-11957 --- phpBB/adm/style/admin.css | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b3f086b6d2..48b1712871 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -750,6 +750,19 @@ td.name { color: #BC2A4D; } +/* Forums list */ +table.forums td.folder { + width: 27px; + text-align: center; +} + +table.forums td.actions { + vertical-align: middle; + width: 100px; + text-align: right; + white-space: nowrap; +} + @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { @@ -846,6 +859,36 @@ td.name { table.responsive#memberlist td:first-child input[type="checkbox"] { float: right; } + + /* Forums list */ + table.responsive.forums td.folder { + float: left; + width: 27px; + background: transparent; + } + .rtl table.responsive.forums td.folder { + float: right; + } + + table.responsive.forums td.forum-desc { + margin-left: 35px; + min-height: 27px; + background: transparent; + } + + .rtl table.responsive.forums td.forum-desc { + margin-left: 0; + margin-right: 35px; + } + + table.responsive.forums td.actions { + clear: both; + text-align: right !important; + } + + .rtl table.responsive.forums td.actions { + text-align: left !important; + } } /* General form styles -- cgit v1.2.1 From 7b3f63e8a37375b3ab087f775fdfbc54cd902380 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 11:02:16 +0300 Subject: [ticket/11957] More responsive forms adjustments PHPBB3-11957 --- phpBB/adm/style/admin.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 48b1712871..1d3c78c1da 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -934,7 +934,6 @@ input, textarea { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.90em; font-weight: normal; - cursor: text; vertical-align: middle; padding: 2px; color: #111111; @@ -1101,6 +1100,10 @@ select#full_folder_action { fieldset { padding: 5px; } + + fieldset.quick, p.quick { + text-align: center; + } } /* Definition list layout for forms @@ -1305,6 +1308,13 @@ fieldset.submit-buttons legend { display: none; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + p.submit-buttons { + margin-top: 0; + } +} + /* Input field styles ---------------------------------------- */ -- cgit v1.2.1 From 49e30b12432966711e31a884feb8460dd3555d92 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 11:56:03 +0300 Subject: [ticket/11957] Responsive styles list PHPBB3-11957 --- phpBB/adm/style/admin.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 1d3c78c1da..e225a6752c 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -763,6 +763,11 @@ table.forums td.actions { white-space: nowrap; } +/* Styles list */ +table.styles td.users, table.styles td.actions, table.styles td.mark { + text-align: center; +} + @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { @@ -889,6 +894,16 @@ table.forums td.actions { .rtl table.responsive.forums td.actions { text-align: left !important; } + + /* Styles list */ + table.responsive.styles tr.responsive-style-row td:first-child { + padding-left: 4px !important; + padding-right: 4px !important; + } + + table.responsive.styles td:first-child > dfn, table.responsive.styles td.actions > dfn { + display: none !important; + } } /* General form styles -- cgit v1.2.1 From c1ca57fcdb60ee772434e577de34107b2aa88cb1 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 12:21:38 +0300 Subject: [ticket/11957] Misc responsive changes PHPBB3-11957 --- phpBB/adm/style/admin.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e225a6752c..a4fef1f4ec 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -788,6 +788,7 @@ table.styles td.users, table.styles td.actions, table.styles td.mark { table.responsive { background: transparent none; border-width: 0; + padding: 0; } table.responsive caption { @@ -1119,6 +1120,10 @@ select#full_folder_action { fieldset.quick, p.quick { text-align: center; } + + fieldset.display-options { + clear: both; + } } /* Definition list layout for forms @@ -1563,6 +1568,20 @@ li.pagination ul { border-color: #B4BAC0; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + .pagination, .rtl .pagination { + float: none; + text-align: center; + margin: 5px 0; + } + + .pagination li a, .pagination li span { + display: inline-block; + min-width: 10px; + } +} + /* Action Highlighting ---------------------------------------- */ .successbox, .errorbox { -- cgit v1.2.1 From 2a1db92955d9c1d20cfa3e49da158a10961eb081 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 12:51:10 +0300 Subject: [ticket/11957] Wrap content in double div PHPBB3-11957 --- phpBB/adm/style/admin.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index a4fef1f4ec..9d281d4703 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -214,11 +214,23 @@ li { } #main { - margin: 0 0 0 210px; + float: right; + width: 100%; + margin: 0 0 0 -210px; } .rtl #main { - margin: 0 210px 0 0; + float: right; + margin: 0 -210px 0 0; +} + +.main { + margin-left: 210px; +} + +.rtl .main { + margin-left: 0; + margin-right: 210px; } #page-body.simple-page-body { @@ -258,7 +270,7 @@ li { margin-top: 5px; } - #main, .rtl #main { + #main, .rtl #main, .main, .rtl .main { float: none; width: auto; margin: 0; -- cgit v1.2.1 From b79cfa9f4afe2d131d5ad1e50e919656ff6a857d Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 16:43:43 +0300 Subject: [ticket/11957] Add z-index to menu Add z-index to menu to prevent content block from overlapping menu PHPBB3-11957 --- phpBB/adm/style/admin.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 9d281d4703..64b7e6522e 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -435,6 +435,8 @@ li { font-size: 1.00em; padding: 0; border-right: 1px solid #CCCFD3; + position: relative; + z-index: 2; } .rtl #menu { -- cgit v1.2.1 From e9c0c9d5d2fa808476c52a6dce13df6da56394a6 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 21:04:44 +0300 Subject: [ticket/11957] Responsive ACP tabs PHPBB3-11957 --- phpBB/adm/style/admin.css | 228 +++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 213 insertions(+), 15 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 64b7e6522e..861fc617c5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -310,12 +310,10 @@ li { ----------------------------------------*/ #tabs { line-height: normal; - margin: 0 0 -6px 7px; + margin: 0 7px; min-width: 600px; -} - -.rtl #tabs { - margin: 0 7px -6px 0; + position: relative; + z-index: 2; } #tabs ul { @@ -324,14 +322,27 @@ li { list-style: none; } +#tabs ul:after { + content: ''; + display: block; + clear: both; +} + #tabs li { - display: inline; + display: block; + float: left; margin: 0; padding: 0; font-size: 0.85em; font-weight: bold; } +#tabs li:after { + content: ''; + display: block; + clear: both; +} + #tabs a { float: left; background:url("../images/bg_tabs1.gif") no-repeat 0% -34px; @@ -350,6 +361,7 @@ li { display: block; background: url("../images/bg_tabs2.gif") no-repeat 100% -34px; padding: 7px 10px 4px 4px; + min-height: 14px; color: #767676; white-space: nowrap; font-family: Arial, Helvetica, sans-serif; @@ -369,12 +381,12 @@ li { color: #BC2A4D; } -#tabs #activetab a { +#tabs .activetab a { background-position: 0 0; border-bottom: 1px solid #DCDEE2; } -#tabs #activetab a span { +#tabs .activetab a span { background-position: 100% 0; padding-bottom: 5px; color: #23649F; @@ -388,15 +400,91 @@ li { background-position: 100% -69px; } -#tabs #activetab a:hover span { +#tabs .activetab a:hover span { color: #115098; } +.responsive-tab { + position: relative; +} + +.responsive-tab .responsive-tab-link span { + display: inline-block; + font-size: 16px; + position: relative; + width: 16px; + line-height: 14px; + text-decoration: none; +} + +.responsive-tab .responsive-tab-link span:before { + content: ''; + position: absolute; + left: 5px; + top: 8px; + height: .125em; + width: 14px; + border-bottom: 0.125em solid #767676; + border-top: 0.375em double #767676; +} + +.responsive-tab .responsive-tab-link:hover span:before { + border-color: #BC2A4D; +} + +.responsive-tab.activetab .responsive-tab-link span:before { + border-color: #23649F; +} + +.responsive-tab.activetab .responsive-tab-link:hover span:before { + border-color: #115098; +} + +#tabs .dropdown { + top: 18px; + margin-right: -1px; +} + +#tabs .dropdown-right .dropdown { + margin-left: -2px; +} + +#tabs .dropdown li { + display: block !important; + float: none; + background: transparent none; + padding: 0; +} + +#tabs .dropdown a, #tabs .dropdown a span { + background: transparent; + display: block; + border-width: 0; + float: none; + margin: 0; + padding: 0; + text-align: right; +} + +#tabs .dropdown a span { + padding: 4px 8px; + color: inherit !important; +} + +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + #tabs { + min-width: 0; + } +} /* Main Panel ---------------------------------------- */ #acp { - margin: 4px 0; + clear: both; + position: relative; + top: -2px; + margin: 0 0 2px; padding: 3px 1px; min-width: 550px; background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; @@ -436,7 +524,7 @@ li { padding: 0; border-right: 1px solid #CCCFD3; position: relative; - z-index: 2; + z-index: 1; } .rtl #menu { @@ -1300,18 +1388,18 @@ input:focus, textarea:focus { padding-right: 20px; } - dd select, dd input { + select, dd select, dd input { max-width: 300px; } - dd input[type="number"] { + input[type="number"], dd input[type="number"] { max-width: 70px; } } @media only screen and (max-width: 400px), only screen and (max-device-width: 400px) { - dd select, dd input { + select, dd select, dd input { max-width: 240px; } } @@ -1714,7 +1802,7 @@ li.pagination ul { visibility: hidden; }*/ -.clearfix, #tabs, .row, #content, fieldset dl, #page-body { +.clearfix, .row, #content, fieldset dl, #page-body { height: 1%; overflow: hidden; } @@ -2086,6 +2174,116 @@ fieldset.permissions .padding { padding: 0; } +/* Dropdown menu +----------------------------------------*/ +.dropdown { + position: absolute; + left: 0; + top: 22px; + z-index: 2; + border: 1px solid transparent; + border-radius: 5px; + padding: 9px 0 0; +} + +.dropdown-up .dropdown { + top: auto; + bottom: 18px; + padding: 0 0 9px; +} + +.dropdown-left .dropdown { + left: auto; + right: 0; +} + +.dropdown .pointer, .dropdown .pointer-inner { + position: absolute; + width: 0; + height: 0; + border-top-width: 0; + border-bottom: 10px solid transparent; + border-left: 10px dashed transparent; + border-right: 10px dashed transparent; + -webkit-transform: rotate(360deg); /* better anti-aliasing in webkit */ + display: block; +} + +.dropdown-up .pointer, .dropdown-up .pointer-inner { + border-bottom-width: 0; + border-top: 10px solid transparent; +} + +.dropdown .pointer { + right: auto; + left: 10px; + top: 0; + z-index: 3; +} + +.dropdown-up .pointer { + bottom: 0; + top: auto; +} + +.dropdown-left .dropdown .pointer { + left: auto; + right: 10px; +} + +.dropdown .pointer-inner { + top: auto; + bottom: -11px; + left: -10px; +} + +.dropdown-up .pointer-inner { + bottom: auto; + top: -11px; +} + +.dropdown .pointer { + border-color: #B9B9B9 transparent; +} + +.dropdown .pointer-inner { + border-color: #FFF transparent; +} + +.dropdown .dropdown-contents { + z-index: 2; + overflow: hidden; + background: #fff; + border: 1px solid #b9b9b9; + border-radius: 5px; + padding: 5px; + position: relative; + box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2); + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + +.dropdown-up .dropdown-contents { + box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2); +} + +.dropdown li { + float: none; + margin: 0; + white-space: nowrap; + text-align: left; +} + +.wrap .dropdown li, .dropdown.wrap li { + white-space: normal; +} + +.dropdown li:before, .dropdown li:after { + display: none !important; +} + + /* Classes for additional tasks ---------------------------------------- */ -- cgit v1.2.1 From bea94b1f5b6291bdc1c8f4d3c4e4c725e2740e88 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 22:16:54 +0300 Subject: [ticket/11957] Fix position of main block for tab-less pages PHPBB3-11957 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 861fc617c5..bdcda9f299 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -493,6 +493,10 @@ li { box-shadow: #FFF 0 0 0 1px inset; } +#acp:first-child { + top: 0; +} + .panel { background: #F3F3F3 url("../images/innerbox_bg.gif") repeat-x top; padding: 5px 0; -- cgit v1.2.1 From 522d5cc3f46c3617af939c58e78101dd9887dd2c Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 26 Oct 2013 22:45:55 +0300 Subject: [ticket/11957] Responsive ACP permissions PHPBB3-11957 --- phpBB/adm/style/admin.css | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index bdcda9f299..fc565f8713 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1224,6 +1224,7 @@ select#full_folder_action { } fieldset.quick, p.quick { + float: none !important; text-align: center; } @@ -1861,6 +1862,15 @@ li.pagination ul { /* Permission interface ---------------------------------------- */ +.column1, .column2 { + width: 48%; + float: left; +} + +.ltr .column2, .rtl .column1 { + float: right; +} + fieldset.permissions legend { text-transform: none; } @@ -2149,6 +2159,66 @@ fieldset.permissions .padding { padding: 0; } +@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) +{ + .column1, .column2 { + float: none !important; + width: auto; + } + + .permissions-simple { + clear: both; + } + + .permissions-simple td, .permissions-simple dd { + width: auto !important; + margin-left: 0 !important; + margin-right: 0 !important; + } + + .permissions-simple dd { + margin-top: 5px; + } + + .permissions-panel .tablewrap { + margin: 0 5px; + } + + .permissions-category { + min-width: 0; + margin: 0 !important; + } + + .permissions-category a, .permissions-category a span.tabbg { + display: block; + float: none !important; + background: transparent none; + } + + .permissions-category a { + background: #d9e5ee; + margin: 5px 0; + padding: 0 !important; + border-radius: 3px; + text-decoration: underline; + } + + .permissions-category .activetab a { + background-color: #dd6900; + color: #fff; + } + + .permissions-category a span.tabbg { + color: inherit !important; + padding-top: 6px !important; + padding-bottom: 6px !important; + } + + .permissions-category .activetab span.colour { + border-color: #fff; + } +} + /* Avatars gallery ---------------------------------------- */ #gallery { -- cgit v1.2.1 From 65ab004f966045272f348bf5dd9df49190516096 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 27 Oct 2013 01:27:31 +0300 Subject: [ticket/11957] Responsive ACP groups table PHPBB3-11957 --- phpBB/adm/style/admin.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index fc565f8713..c411d2d0a2 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -856,21 +856,20 @@ td.name { color: #BC2A4D; } -/* Forums list */ +/* Specific tables */ table.forums td.folder { width: 27px; text-align: center; } -table.forums td.actions { +table td.actions { vertical-align: middle; width: 100px; - text-align: right; + text-align: center; white-space: nowrap; } -/* Styles list */ -table.styles td.users, table.styles td.actions, table.styles td.mark { +table.styles td.users, table td.mark { text-align: center; } @@ -972,7 +971,7 @@ table.styles td.users, table.styles td.actions, table.styles td.mark { float: right; } - /* Forums list */ + /* Specific tables */ table.responsive.forums td.folder { float: left; width: 27px; @@ -993,22 +992,21 @@ table.styles td.users, table.styles td.actions, table.styles td.mark { margin-right: 35px; } - table.responsive.forums td.actions { + table.responsive td.actions { clear: both; text-align: right !important; } - .rtl table.responsive.forums td.actions { + .rtl table.responsive td.actions { text-align: left !important; } - /* Styles list */ table.responsive.styles tr.responsive-style-row td:first-child { padding-left: 4px !important; padding-right: 4px !important; } - table.responsive.styles td:first-child > dfn, table.responsive.styles td.actions > dfn { + table.responsive.styles td:first-child > dfn, table.responsive td.actions > dfn { display: none !important; } } -- cgit v1.2.1 From 5dd199dd604b6bec14cf96c1d7d6a6b38e44057a Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 28 Oct 2013 20:18:56 +0200 Subject: [ticket/11982] Fix z-index for AJAX popup background PHPBB3-11982 --- phpBB/adm/style/admin.css | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index c411d2d0a2..0cbdc2e9f8 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1575,6 +1575,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { height: 100%; background-color: #000000; opacity: 0.5; + z-index: 45; } @media only screen and (max-height: 500px), only screen and (max-device-width: 500px) -- cgit v1.2.1 From da4e0c4219e5132ffddd67fc4621840c557c132a Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 15 Oct 2013 21:37:53 -0700 Subject: [ticket/11928] Replace AJAX loading popup with animation. PHPBB3-11928 --- phpBB/adm/style/admin.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 0cbdc2e9f8..fee2efb001 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1593,6 +1593,20 @@ input.button1:focus, input.button2:focus, input.button3:focus { } } +#loading_indicator { + background: #000000 url("../images/loading.gif") center center no-repeat; + border-radius: 5px; + display: none; + opacity: 0.8; + margin-top: -50px; + margin-left: -50px; + height: 50px; + width: 50px; + position: fixed; + left: 50%; + top: 50%; +} + /* Pagination ---------------------------------------- */ .pagination { -- cgit v1.2.1 From 57fc62b000391438adde160f97efaea7e2f0329a Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 29 Oct 2013 10:11:29 -0700 Subject: [ticket/11928] Make sure the indicator is on top of other elements. PHPBB3-11928 --- phpBB/adm/style/admin.css | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index fee2efb001..e6146e2156 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1605,6 +1605,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { position: fixed; left: 50%; top: 50%; + z-index: 51; } /* Pagination -- cgit v1.2.1 From b225dd37d765cc37beccb139e63432d78e0bc37e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 27 Oct 2013 01:28:57 +0300 Subject: [ticket/11977] Use CSS instead of JS to disable up/down icons PHPBB3-11977 --- phpBB/adm/style/admin.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 0cbdc2e9f8..006cee9080 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -869,6 +869,14 @@ table td.actions { white-space: nowrap; } +table tr:first-child td.actions .up, table tr:last-child td.actions .down { + display: none; +} + +table tr:first-child td.actions .up-disabled, table tr:last-child td.actions .down-disabled { + display: inline !important; +} + table.styles td.users, table td.mark { text-align: center; } -- cgit v1.2.1 From b99e87664d044c8953c058efa065d8abe7acc7c6 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 18 Oct 2013 22:33:12 -0700 Subject: [ticket/11472] Update the ACP user signature page. PHPBB3-11472 --- phpBB/adm/style/admin.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index eae4f42641..512c714fcc 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -737,6 +737,15 @@ td { border-spacing: 1px; } +dt#color_palette_placeholder table { + margin-right: 5px; + width: 80px; +} + +#color_palette_placeholder td { + padding: 0; +} + table.type2 { border: none; background: none; -- cgit v1.2.1 From a5c4e4f3cebdd75aba415b9106d554e61d55154e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 29 Oct 2013 01:15:44 +0200 Subject: [ticket/11984] Prevent AJAX background animation flicker in ACP PHPBB3-11984 --- phpBB/adm/style/admin.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 512c714fcc..e97412da68 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1587,6 +1587,8 @@ input.button1:focus, input.button2:focus, input.button3:focus { #darkenwrapper { display: none; + position: relative; + z-index: 44; } #darken { -- cgit v1.2.1 From 366a224a248a9cac50a1d0df50ae91c89954aabc Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 30 Oct 2013 01:17:11 +0200 Subject: [ticket/11984] Fix stray and active tab hover in ACP PHPBB3-11984 --- phpBB/adm/style/admin.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e97412da68..c7f91d9a8a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -381,6 +381,14 @@ li { color: #BC2A4D; } +#tabs a:hover { + background-position: 0 -69px; +} + +#tabs a:hover span { + background-position: 100% -69px; +} + #tabs .activetab a { background-position: 0 0; border-bottom: 1px solid #DCDEE2; @@ -392,14 +400,6 @@ li { color: #23649F; } -#tabs a:hover { - background-position: 0 -69px; -} - -#tabs a:hover span { - background-position: 100% -69px; -} - #tabs .activetab a:hover span { color: #115098; } @@ -1587,8 +1587,6 @@ input.button1:focus, input.button2:focus, input.button3:focus { #darkenwrapper { display: none; - position: relative; - z-index: 44; } #darken { -- cgit v1.2.1 From be3bab49460274e9cce5b92b9e66435d1b622a8e Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Wed, 20 Nov 2013 00:17:28 +0200 Subject: [ticket/11979] Fix errors in dropdown PHPBB3-11979 --- phpBB/adm/style/admin.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 512c714fcc..7472788a0a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -2363,11 +2363,14 @@ fieldset.permissions .padding { .dropdown .dropdown-contents { z-index: 2; overflow: hidden; + overflow-y: auto; background: #fff; border: 1px solid #b9b9b9; border-radius: 5px; padding: 5px; position: relative; + min-width: 40px; + max-height: 200px; box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -- cgit v1.2.1 From 680f8eae5031348c2b08b7f914b08333467faa98 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 26 Nov 2013 10:18:53 -0800 Subject: [ticket/12040] Prevent AJAX background animation flicker in ACP PHPBB3-12040 --- phpBB/adm/style/admin.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index c7f91d9a8a..d971c38efb 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1587,6 +1587,8 @@ input.button1:focus, input.button2:focus, input.button3:focus { #darkenwrapper { display: none; + position: relative; + z-index: 44; } #darken { -- cgit v1.2.1 From 03509f2f97d15658e39f8c0a6195d7b56778687e Mon Sep 17 00:00:00 2001 From: Cesar G Date: Wed, 4 Dec 2013 14:51:54 -0800 Subject: [ticket/12055] Alternate table row background colors using nth-child rule. PHPBB3-12055 --- phpBB/adm/style/admin.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index d971c38efb..64f62b063e 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -840,8 +840,14 @@ td.name { text-align: right; } -.row1 { background-color: #F9F9F9; } -.row2 { background-color: #DCEBFE; } +.row1, table.zebra-table tbody tr:nth-child(odd) { + background-color: #F9F9F9; +} + +.row2, table.zebra-table tbody tr:nth-child(even) { + background-color: #DCEBFE; +} + .row3 { background-color: #DBDFE2; } .row4 { background-color: #E4E8EB; } .col1 { background-color: #DCEBFE; } -- cgit v1.2.1 From 57088e3b2619da9fc0f819461cb4159d50913b70 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 8 Nov 2013 19:11:38 -0800 Subject: [ticket/12011] Align ACP tabs to the right and separate ACP content from menu. PHPBB3-12011 --- phpBB/adm/style/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 928479a31b..f10e32a1bb 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -220,7 +220,7 @@ li { } .rtl #main { - float: right; + float: left; margin: 0 -210px 0 0; } @@ -352,7 +352,7 @@ li { position: relative; } -.rtl #tabs a { +.rtl #tabs li { float: right; } -- cgit v1.2.1 From 8620f1e619d9acfc03c3c1f1a0e0d48a0c09de4a Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 24 Jan 2014 03:03:54 -0800 Subject: [ticket/12125] Specify nth-child selectors separately - IE8 does not like them PHPBB3-12125 --- phpBB/adm/style/admin.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f10e32a1bb..aa8622ff61 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -840,11 +840,19 @@ td.name { text-align: right; } -.row1, table.zebra-table tbody tr:nth-child(odd) { +.row1 { background-color: #F9F9F9; } -.row2, table.zebra-table tbody tr:nth-child(even) { +table.zebra-table tbody tr:nth-child(odd) { + background-color: #F9F9F9; +} + +.row2 { + background-color: #DCEBFE; +} + +table.zebra-table tbody tr:nth-child(even) { background-color: #DCEBFE; } -- cgit v1.2.1 From bfbf0fefbfb6d2d08c06ee2fe7826e0143948db1 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 16 Feb 2014 13:27:01 -0800 Subject: [ticket/12080] Reduce the palette options in all locations when responsive. PHPBB3-12080 --- phpBB/adm/style/admin.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index aa8622ff61..ea5dc6aec6 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1045,6 +1045,14 @@ table.styles td.users, table td.mark { table.responsive.styles td:first-child > dfn, table.responsive td.actions > dfn { display: none !important; } + + .horizontal-palette td:nth-child(2n), .vertical-palette tr:nth-child(2n) { + display: none; + } + + .colour-palette a { + display: inline-block !important; + } } /* General form styles -- cgit v1.2.1 From b8c836836bf74eacf4c7812013301e11b0688c62 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 16 Feb 2014 13:27:48 -0800 Subject: [ticket/12080] Stop responsive ACP sig textarea from dropping to second line. PHPBB3-12080 --- phpBB/adm/style/admin.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index ea5dc6aec6..51845e2845 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1361,6 +1361,10 @@ fieldset dt { border-left: 1px solid #CCCCCC; } +fieldset #color_palette_placeholder { + padding-top: 0; +} + fieldset dd { margin: 0 0 0 45%; padding: 0 0 0 5px; @@ -1427,6 +1431,10 @@ input:focus, textarea:focus { width: auto; } + fieldset .responsive-columns dt { + float: left; + } + .ltr fieldset dd { padding-left: 20px; } -- cgit v1.2.1 From b942615c3b6fa9ff4820035c60edafbe7e9877f7 Mon Sep 17 00:00:00 2001 From: Zoddo Date: Thu, 6 Feb 2014 19:19:09 +0100 Subject: [ticket/12003] ACP broken when error thrown Fix display of ACP when error is outputted before tag. PHPBB3-12003 --- phpBB/adm/style/admin.css | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index aa8622ff61..642d4e420e 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1860,7 +1860,6 @@ li.pagination ul { }*/ .clearfix, .row, #content, fieldset dl, #page-body { - height: 1%; overflow: hidden; } -- cgit v1.2.1 From f997d98a2a7b681d08fa6c43ef8431fa335c9ca4 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 2 Mar 2014 18:43:31 +0100 Subject: [ticket/12126] Changed .phpbb_alert "max-width: 640px" to "width: 620px" PHPBB3-12126 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3c7e378b2b..e60e802eb9 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1572,7 +1572,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { top: 150px; left: 0; right: 0; - max-width: 600px; + width: 620px; margin: 0 auto; z-index: 50; padding: 25px; -- cgit v1.2.1 From 50e4cac5dec183a81ba914c65c2f780485befd21 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 2 Mar 2014 22:41:38 +0100 Subject: [ticket/12126] left:0 and right: 0; admin.css --> width: auto PHPBB3-12126 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e60e802eb9..7ef74e4db0 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1642,7 +1642,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { .phpbb_alert { - max-width: none; + width: auto; margin: 0 25px; } } -- cgit v1.2.1 From 2de3943cec28a1574f5a5058057ff2ec6047657f Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 13 Mar 2014 15:08:21 -0700 Subject: [ticket/12073] Increase size of samp and code tags in ACP PHPBB3-12073 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7ef74e4db0..d80f538a01 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -43,6 +43,10 @@ body { margin: 10px 15px; } +code, samp { + font-size: 1.2em; +} + img { border: 0; } -- cgit v1.2.1 From 2c0efd5d1bd01d5153fb355492028614030fca40 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 13 Mar 2014 15:24:27 -0700 Subject: [ticket/12029] Remove ellipsis and wrap long sidebar items in ACP PHPBB3-12029 --- phpBB/adm/style/admin.css | 6 ------ 1 file changed, 6 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7ef74e4db0..3115f00fd3 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -571,12 +571,6 @@ li { padding: 3px 8px 3px 3px; } -#menu li span, #menu .header { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - #menu li a:hover, #menu li a:hover span { text-decoration: none; background-color: #FFFFFF; -- cgit v1.2.1 From e4f6d9bc907e4aa00ca8c3582f708b4aa0d0d449 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Thu, 20 Mar 2014 18:11:45 -0700 Subject: [ticket/12292] Improve style details page http://tracker.phpbb.com/browse/PHPBB3-12292 Gave style details page a proper heading and back button. Also removed a few obsolete code leftovers in the style and CSS. PHPBB3-12292 --- phpBB/adm/style/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index d6377453d1..e29adc988c 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1513,7 +1513,7 @@ input.autowidth { width: auto !important;} /* Form button styles ---------------------------------------- */ -a.button1, input.button1, input.button3, +a.button1, input.button1, a.button2, input.button2 { width: auto !important; padding: 1px 3px 0 3px; @@ -1556,7 +1556,7 @@ input.disabled { } /* Focus states */ -input.button1:focus, input.button2:focus, input.button3:focus { +input.button1:focus, input.button2:focus, { outline-style: none; } -- cgit v1.2.1 From b6b32c2340dc160e92c38f722e303153a1ca6328 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 22 Mar 2014 19:49:03 -0700 Subject: [ticket/12292] Fix syntax error in admin.css PHPBB3-12292 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e29adc988c..22bbf404ea 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1556,7 +1556,7 @@ input.disabled { } /* Focus states */ -input.button1:focus, input.button2:focus, { +input.button1:focus, input.button2:focus { outline-style: none; } -- cgit v1.2.1 From efe667130d9c133e07653dff4729731f1fc6c747 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 15 Feb 2014 23:45:51 -0800 Subject: [ticket/12201] Separate pagination from table. PHPBB3-12201 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 22bbf404ea..cdb02e1d53 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1670,6 +1670,10 @@ input.button1:focus, input.button2:focus { float: right; } +.top-pagination { + margin: 15px 0 2px 0; +} + .rtl .pagination { text-align: left; float: left; -- cgit v1.2.1 From 609c4efff6060d7f54679ee5b975fe59066baaed Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sat, 15 Feb 2014 23:48:13 -0800 Subject: [ticket/12201] Center the file size and mark columns. PHPBB3-12201 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index cdb02e1d53..e93a09ff21 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -102,6 +102,10 @@ hr { height: 1px; } +.centered-text { + text-align: center; +} + .small { font-size: 0.85em; } -- cgit v1.2.1 From 01464e2451893b73489cb83d45c9655a0c791395 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Sun, 16 Feb 2014 00:19:09 -0800 Subject: [ticket/12201] Only the top pagination should be floated to the right. PHPBB3-12201 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e93a09ff21..edfcf3ab41 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1671,10 +1671,10 @@ input.button1:focus, input.button2:focus { width: auto; text-align: right; margin-top: 5px; - float: right; } .top-pagination { + float: right; margin: 15px 0 2px 0; } -- cgit v1.2.1 From ccadda530deeca6239b5d0cdbced412e1c820f58 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 15 Apr 2014 15:00:34 -0700 Subject: [ticket/12201] Increase sort font size just slightly. PHPBB3-12201 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index edfcf3ab41..69c8e19e8b 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1242,7 +1242,7 @@ fieldset.display-options { border: none; background-color: transparent; text-align: center; - font-size: 0.75em; + font-size: 0.85em; } fieldset.display-options select, fieldset.display-options input, fieldset.display-options label { -- cgit v1.2.1 From e174e29b41e57765295edc59a288cddc017269b4 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 15 Apr 2014 15:10:15 -0700 Subject: [ticket/12201] Update select element to follow same design as prosilver. PHPBB3-12201 --- phpBB/adm/style/admin.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 69c8e19e8b..4e34aff919 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1130,11 +1130,14 @@ input.langvalue, textarea.langvalue { } optgroup, select { + background-color: #FAFAFA; + border: 1px solid #666666; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 0.85em; font-weight: normal; font-style: normal; cursor: pointer; + padding: 1px; vertical-align: middle; width: auto; color: #000; -- cgit v1.2.1 From a9fbc34cf43ef1b70ba5930ca08d355cad4c982b Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 15 Apr 2014 15:14:47 -0700 Subject: [ticket/12201] Decreased pagination font size. PHPBB3-12201 --- phpBB/adm/style/admin.css | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 4e34aff919..6f2d65afc0 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1670,6 +1670,7 @@ input.button1:focus, input.button2:focus { /* Pagination ---------------------------------------- */ .pagination { + font-size: .85em; height: 1%; /* IE tweak (holly hack) */ width: auto; text-align: right; -- cgit v1.2.1 From 770ab13cb082b8f7102b9205e1aa5e1bad0a6cc5 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 25 Apr 2014 11:26:49 -0700 Subject: [ticket/12332] Fix displaying attachments with long file names PHPBB3-12332 --- phpBB/adm/style/admin.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 6f2d65afc0..7f15c162a5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -911,6 +911,11 @@ table.styles td.users, table td.mark { text-align: center; } +table.fixed-width-table { + table-layout: fixed; + width: 100%; +} + @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) { table.responsive, table.responsive tbody, table.responsive tr, table.responsive td { -- cgit v1.2.1 From 3bebbc05ee2e762e8ec598e898e7930a55621fb7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:14:15 -0700 Subject: [ticket/12332] Remove width sizing, as it is already set PHPBB3-12332 --- phpBB/adm/style/admin.css | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7f15c162a5..18a2084b36 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -913,7 +913,6 @@ table.styles td.users, table td.mark { table.fixed-width-table { table-layout: fixed; - width: 100%; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) -- cgit v1.2.1 From 2b9b6412b86aa0f0f38d07256bf54413498986bf Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:16:03 -0700 Subject: [ticket/12332] Add break-word to fixed width table CSS This ensures long words break and remain within the table cell PHPBB3-12332 --- phpBB/adm/style/admin.css | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 18a2084b36..60a5cd9472 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -913,6 +913,7 @@ table.styles td.users, table td.mark { table.fixed-width-table { table-layout: fixed; + word-break: break-word; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px) -- cgit v1.2.1 From 1d4c20b3d2222502ed495212668f6fca8d67e52d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 12 May 2014 10:49:52 +0200 Subject: [ticket/12534] Do not abuse errorbox for en/disable confirmation of extensions PHPBB3-12534 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 60a5cd9472..a61890bc75 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1076,6 +1076,10 @@ fieldset { border-radius: 3px; } +fieldset h2 { + margin-top: 0; +} + .rtl fieldset { border-top: 1px solid #D7D7D7; border-right: 1px solid #D7D7D7; -- cgit v1.2.1 From 55e1f02151adbe9d66a2d87c00c4f1959739aa36 Mon Sep 17 00:00:00 2001 From: Yuriy Rusko Date: Wed, 28 May 2014 01:05:46 +0200 Subject: [ticket/12594] Replace phpBB Group with phpBB Limited PHPBB3-12594 --- phpBB/adm/style/admin.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index a61890bc75..f23c720add 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1,7 +1,10 @@ /* phpBB 3.1 Admin Style Sheet ------------------------------------------------------------------------ Original author: subBlue ( http://www.subblue.com/ ) - Copyright 2007 phpBB Group ( http://www.phpbb.com/ ) + Copyright (c) phpBB Limited + + For full copyright and license information, please see + the docs/CREDITS.txt file. ------------------------------------------------------------------------ */ -- cgit v1.2.1 From 73c2a3f1776f9adbcae603918a411035f745a51f Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 29 May 2014 11:37:28 -0700 Subject: [ticket/12553] Align alert text to the right. PHPBB3-12553 --- phpBB/adm/style/admin.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f23c720add..d646867780 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -209,6 +209,9 @@ li { #page-footer { clear: both; +} + +.copyright { font-size: 0.75em; text-align: center; } @@ -1594,7 +1597,6 @@ input.button1:focus, input.button2:focus { z-index: 50; padding: 25px; padding: 0 25px 20px 25px; - text-align: left; } .phpbb_alert .alert_close { -- cgit v1.2.1 From c0063a9e2e12c4e4e43b11408f0e1ae1bc4d7ef8 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Thu, 29 May 2014 11:48:31 -0700 Subject: [ticket/12553] Fix incorrect alignment in ACP responsive tables. PHPBB3-12553 --- phpBB/adm/style/admin.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index d646867780..0f22bc100d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -987,6 +987,10 @@ table.fixed-width-table { margin-bottom: 1px; } + .rtl table.responsive td { + text-align: right !important; + } + table.responsive td.empty { display: none !important; } @@ -1007,6 +1011,10 @@ table.fixed-width-table { box-sizing: border-box; } + .rtl table.responsive.two-columns td { + float: right; + } + table.responsive.two-columns td:nth-child(2n+1) { clear: left; } -- cgit v1.2.1 From b83b72b271b7d0cfe5b6dc6a06acc299e36b2969 Mon Sep 17 00:00:00 2001 From: PayBas Date: Tue, 3 Jun 2014 11:14:53 +0200 Subject: [ticket/12648] Fix and modernize ACP header tabs PHPBB3-12648 --- phpBB/adm/style/admin.css | 165 ++++++++++++++++++++-------------------------- 1 file changed, 72 insertions(+), 93 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 0f22bc100d..7204e4e53c 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -320,176 +320,155 @@ li { /* Tabbed menu - Based on: http://www.alistapart.com/articles/slidingdoors2/ ----------------------------------------*/ #tabs { + font-family: Arial, Helvetica, sans-serif; line-height: normal; margin: 0 7px; - min-width: 600px; position: relative; z-index: 2; } -#tabs ul { - margin:0; - padding: 0; +#tabs > ul { list-style: none; -} - -#tabs ul:after { - content: ''; - display: block; - clear: both; -} - -#tabs li { - display: block; - float: left; margin: 0; padding: 0; - font-size: 0.85em; - font-weight: bold; } -#tabs li:after { +#tabs > ul:after { content: ''; display: block; clear: both; } -#tabs a { +#tabs .tab { + display: inline-block; float: left; - background:url("../images/bg_tabs1.gif") no-repeat 0% -34px; - margin: 0 1px 0 0; - padding: 0 0 0 7px; - text-decoration: none; - position: relative; + font-size: 0.85em; + font-weight: bold; + line-height: 14px; } -.rtl #tabs li { +.rtl #tabs .tab { float: right; } -#tabs a span { - float: left; - display: block; - background: url("../images/bg_tabs2.gif") no-repeat 100% -34px; - padding: 7px 10px 4px 4px; - min-height: 14px; +#tabs .tab > a { + background: #D4D6DA; + background: -moz-linear-gradient(top, #CACBCF 0%, #D4D6DA 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CACBCF), color-stop(100%, #D4D6DA)); + background: -webkit-linear-gradient(top, #CACBCF 0%, #D4D6DA 100%); + background: -o-linear-gradient(top, #CACBCF 0%, #D4D6DA 100%); + background: -ms-linear-gradient(top, #CACBCF 0%, #D4D6DA 100%); + background: linear-gradient(to bottom, #CACBCF 0%, #D4D6DA 100%); + border: 1px solid #BBB; + border-bottom-width: 0; + border-radius: 5px 5px 0 0; color: #767676; - white-space: nowrap; - font-family: Arial, Helvetica, sans-serif; - text-transform: uppercase; + display: block; font-weight: bold; + margin: 1px 1px 2px 0; + padding: 6px 9px 4px; + position: relative; + text-decoration: none; + text-transform: uppercase; + white-space: nowrap; + cursor: pointer; } -.rtl #tabs a span { - float: right; -} - -/* Commented Backslash Hack hides rule from IE5-Mac \*/ -#tabs a span, .rtl #tabs a span { float:none;} -/* End hack */ - -#tabs a:hover span { +#tabs .tab > a:hover { + background: #F1F1EE; + border-color: #C0BFBB; color: #BC2A4D; } -#tabs a:hover { - background-position: 0 -69px; -} - -#tabs a:hover span { - background-position: 100% -69px; -} - -#tabs .activetab a { - background-position: 0 0; - border-bottom: 1px solid #DCDEE2; -} - -#tabs .activetab a span { - background-position: 100% 0; - padding-bottom: 5px; +#tabs .activetab > a, +#tabs .activetab > a:hover { + background: #DCDEE2; + background: -moz-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F2F2), color-stop(100%, #DCDEE2)); + background: -webkit-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%); + background: -o-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%); + background: -ms-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%); + background: linear-gradient(to bottom, #F2F2F2 0%, #DCDEE2 100%); + border-color: #999; + box-shadow: 0 1px 1px #FFF inset; color: #23649F; + margin: 0 1px 0 0; + padding: 7px 10px 6px; } -#tabs .activetab a:hover span { +#tabs .activetab > a:hover { color: #115098; } +/* Responsive tabs +----------------------------------------*/ .responsive-tab { position: relative; } -.responsive-tab .responsive-tab-link span { - display: inline-block; +.responsive-tab > a.responsive-tab-link { + display: block; font-size: 16px; position: relative; width: 16px; line-height: 14px; text-decoration: none; + padding-left: 9px !important; + padding-right: 9px !important; } -.responsive-tab .responsive-tab-link span:before { +.responsive-tab .responsive-tab-link:before { content: ''; position: absolute; - left: 5px; - top: 8px; + left: 10px; + top: 7px; height: .125em; width: 14px; border-bottom: 0.125em solid #767676; border-top: 0.375em double #767676; } -.responsive-tab .responsive-tab-link:hover span:before { +.responsive-tab .responsive-tab-link:hover:before { border-color: #BC2A4D; } -.responsive-tab.activetab .responsive-tab-link span:before { +.responsive-tab.activetab .responsive-tab-link:before { border-color: #23649F; } -.responsive-tab.activetab .responsive-tab-link:hover span:before { +.responsive-tab.activetab .responsive-tab-link:hover:before { border-color: #115098; } -#tabs .dropdown { - top: 18px; - margin-right: -1px; +#tabs .dropdown, #minitabs .dropdown { + top: 20px; + margin-right: -2px; + font-weight: normal; } #tabs .dropdown-right .dropdown { margin-left: -2px; } -#tabs .dropdown li { - display: block !important; - float: none; - background: transparent none; - padding: 0; +#tabs .dropdown-contents { + list-style: none; + margin: 0; } -#tabs .dropdown a, #tabs .dropdown a span { - background: transparent; - display: block; - border-width: 0; - float: none; - margin: 0; - padding: 0; - text-align: right; +#tabs .dropdown li { + border-bottom: 1px dotted #DCDCDC; } -#tabs .dropdown a span { - padding: 4px 8px; - color: inherit !important; +#tabs .dropdown li:last-child { + border-bottom: none; } -@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) -{ - #tabs { - min-width: 0; - } +#tabs .dropdown a { + display: block; + padding: 4px 8px; + text-align: right; } /* Main Panel -- cgit v1.2.1 From 919fee6b1b4e62bb65667693eefb78625a38f8bc Mon Sep 17 00:00:00 2001 From: PayBas Date: Fri, 13 Jun 2014 16:01:00 +0200 Subject: [ticket/12648] Slightly clear ACP active tab border PHPBB3-12648 --- phpBB/adm/style/admin.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7204e4e53c..024651cbd9 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -392,10 +392,11 @@ li { background: -ms-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%); background: linear-gradient(to bottom, #F2F2F2 0%, #DCDEE2 100%); border-color: #999; + border-bottom: 1px solid #DCDEE2; box-shadow: 0 1px 1px #FFF inset; color: #23649F; margin: 0 1px 0 0; - padding: 7px 10px 6px; + padding: 7px 10px 5px; } #tabs .activetab > a:hover { -- cgit v1.2.1 From 7517cc0e05558bf71e87950f75625c9cc0bf4a65 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 14 Jun 2014 01:52:22 +0200 Subject: [ticket/12648] RTL fix & ACP border fix PHPBB3-12648 --- phpBB/adm/style/admin.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 024651cbd9..b8f55e66c5 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -392,11 +392,11 @@ li { background: -ms-linear-gradient(top, #F2F2F2 0%, #DCDEE2 100%); background: linear-gradient(to bottom, #F2F2F2 0%, #DCDEE2 100%); border-color: #999; - border-bottom: 1px solid #DCDEE2; + border-bottom: 2px solid #DCDEE2; box-shadow: 0 1px 1px #FFF inset; color: #23649F; margin: 0 1px 0 0; - padding: 7px 10px 5px; + padding: 7px 10px 4px; } #tabs .activetab > a:hover { -- cgit v1.2.1 From da716058fa679db65a31be3090820fe98a2a296e Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 2 Jun 2014 20:48:41 +0200 Subject: [ticket/10472] Fix ACP overflow:hidden problem for medium-sized screens PHPBB3-10472 --- phpBB/adm/style/admin.css | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b8f55e66c5..879b976c5e 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -182,6 +182,12 @@ li { margin-bottom: 10px; } +#page-header:after { + content: ''; + clear: both; + display: block; +} + .rtl #page-header { text-align: left; background: url("../images/phpbb_logo.png") top right no-repeat; @@ -203,10 +209,15 @@ li { } #page-body { - clear: both; min-width: 650px; } +#page-body:after { + content: ''; + clear: both; + display: block; +} + #page-footer { clear: both; } @@ -487,6 +498,12 @@ li { box-shadow: #FFF 0 0 0 1px inset; } +#acp:after { + content: ''; + clear: both; + display: block; +} + #acp:first-child { top: 0; } @@ -1132,6 +1149,10 @@ input.langvalue, textarea.langvalue { width: 90%; } +input[type="number"], dd input[type="number"] { + width: 60px; +} + optgroup, select { background-color: #FAFAFA; border: 1px solid #666666; @@ -1887,7 +1908,7 @@ li.pagination ul { visibility: hidden; }*/ -.clearfix, .row, #content, fieldset dl, #page-body { +.clearfix, .row, fieldset dl { overflow: hidden; } -- cgit v1.2.1 From 726573f10004a68174da8d6313457655c2f2c344 Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 2 Jun 2014 23:28:18 +0200 Subject: [ticket/10472] More clearing and white-space fixes PHPBB3-10472 --- phpBB/adm/style/admin.css | 70 ++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 44 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 879b976c5e..93a91f4bce 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -154,6 +154,10 @@ a:active { font-weight: bold; } +a#maincontent, a#acl, a#assigned_to { + display: block; +} + /* List items */ ul, ol { list-style-position: inside; @@ -174,7 +178,6 @@ li { } #page-header { - clear: both; text-align: right; background: url("../images/phpbb_logo.png") top left no-repeat; height: 54px; @@ -182,12 +185,6 @@ li { margin-bottom: 10px; } -#page-header:after { - content: ''; - clear: both; - display: block; -} - .rtl #page-header { text-align: left; background: url("../images/phpbb_logo.png") top right no-repeat; @@ -212,16 +209,6 @@ li { min-width: 650px; } -#page-body:after { - content: ''; - clear: both; - display: block; -} - -#page-footer { - clear: both; -} - .copyright { font-size: 0.75em; text-align: center; @@ -346,12 +333,6 @@ li { padding: 0; } -#tabs > ul:after { - content: ''; - display: block; - clear: both; -} - #tabs .tab { display: inline-block; float: left; @@ -486,7 +467,6 @@ li { /* Main Panel ---------------------------------------- */ #acp { - clear: both; position: relative; top: -2px; margin: 0 0 2px; @@ -498,12 +478,6 @@ li { box-shadow: #FFF 0 0 0 1px inset; } -#acp:after { - content: ''; - clear: both; - display: block; -} - #acp:first-child { top: 0; } @@ -740,6 +714,7 @@ td { .table1 { border-collapse: separate; border-spacing: 1px; + clear: both; } dt#color_palette_placeholder table { @@ -1247,8 +1222,8 @@ fieldset.quick legend { fieldset.tabulated { background: none; margin: 0; + margin-top: 5px; padding: 0; - padding-top: 5px; border: 0; } @@ -1697,12 +1672,12 @@ input.button1:focus, input.button2:focus { height: 1%; /* IE tweak (holly hack) */ width: auto; text-align: right; - margin-top: 5px; + margin: 5px 0; } .top-pagination { float: right; - margin: 15px 0 2px 0; + margin: 15px 0 5px 0; } .rtl .pagination { @@ -1898,17 +1873,7 @@ li.pagination ul { vertical-align: middle; } -/* Nice method for clearing floated blocks without having to insert any extra markup - From http://www.positioniseverything.net/easyclearing.html -.clearfix:after, #tabs:after, .row:after, #content:after, fieldset dl:after, #page-body:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -}*/ - -.clearfix, .row, fieldset dl { +.row, fieldset dl { overflow: hidden; } @@ -2491,3 +2456,20 @@ fieldset.permissions .padding { .responsive-show-inline { display: inline !important; } .responsive-show-inline-block { display: inline-block !important; } } + +.clearfix { + overflow: hidden; +} + +.pagination:after, +#page-header:after, +#page-body:after, +#tabs:after, +#tabs > ul:after, +#tabs li:after, +#acp:after, +#content:after { + content: ''; + clear: both; + display: block; +} -- cgit v1.2.1 From 38830f9cbb41c116aa3a0d579d450c6e5cd70dd7 Mon Sep 17 00:00:00 2001 From: PayBas Date: Wed, 25 Jun 2014 16:06:48 +0200 Subject: [ticket/10472] Fix weird padding on input type=number PHPBB3-10472 --- phpBB/adm/style/admin.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 93a91f4bce..7d570fa68f 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1125,8 +1125,13 @@ input.langvalue, textarea.langvalue { } input[type="number"], dd input[type="number"] { + padding-right: 0; width: 60px; } +.rtl input[type="number"], .rtl dd input[type="number"] { + padding-left: 2px; + padding-right: 2px; +} optgroup, select { background-color: #FAFAFA; -- cgit v1.2.1 From 6488d236ec1a828648abca65e79a3bd4a921343f Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 15 Sep 2014 14:58:57 +0200 Subject: [ticket/10472] Remove dd selector and use -moz-padding-end PHPBB3-10472 --- phpBB/adm/style/admin.css | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7d570fa68f..b83750875a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -854,10 +854,10 @@ table.zebra-table tbody tr:nth-child(even) { } /* Deactivated row */ -.row-inactive { - color: #999; +.row-inactive { + color: #999; } -.row-inactive a, .row-inactive strong { +.row-inactive a, .row-inactive strong { color: #888; } .row-inactive a:hover { @@ -1124,13 +1124,9 @@ input.langvalue, textarea.langvalue { width: 90%; } -input[type="number"], dd input[type="number"] { - padding-right: 0; +input[type="number"] { width: 60px; -} -.rtl input[type="number"], .rtl dd input[type="number"] { - padding-left: 2px; - padding-right: 2px; + -moz-padding-end: 0; } optgroup, select { @@ -1465,7 +1461,7 @@ input:focus, textarea:focus { { select, dd select, dd input { max-width: 240px; - } + } } /* Submit button fieldset or paragraph -- cgit v1.2.1 From ace3b806a9d6d9a10ebe35cdadede2472b7f9fec Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sat, 20 Sep 2014 20:35:14 +0200 Subject: [ticket/13082] move style to css file PHPBB3-13082 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b83750875a..3a51515d2d 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -109,6 +109,10 @@ hr { text-align: center; } +.text-left { + text-align: left; +} + .small { font-size: 0.85em; } -- cgit v1.2.1 From 9f981a774149499b2a8e42421a861781bd1b5dc7 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Sun, 21 Sep 2014 10:03:48 +0200 Subject: [ticket/13082] Repair fix PHPBB3-13082 --- phpBB/adm/style/admin.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 3a51515d2d..b03cb0ba24 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -109,8 +109,12 @@ hr { text-align: center; } -.text-left { - text-align: left; +.search-box { + float: left; +} + +.rtl .search-box { + float: right; } .small { @@ -1777,6 +1781,7 @@ li.pagination ul { margin: 10px 0; color: #FFFFFF; text-align: center; + clear: both; } .success { -- cgit v1.2.1 From d89c95295572f2657b5582dffe048b27af3e72ca Mon Sep 17 00:00:00 2001 From: cyberalien Date: Sat, 15 Aug 2015 13:57:48 +0300 Subject: [ticket/14103] Reset text-decoration in abbr element PHPBB3-14103 --- phpBB/adm/style/admin.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index b03cb0ba24..396b21e3eb 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -17,6 +17,10 @@ font-size: 100%; } +abbr { + text-decoration: none; +} + body, div, p, th, td, li, dd { font-size: x-small; voice-family: "\"}\""; -- cgit v1.2.1 From 0f49eaa2e20fe26ff9b0e9b0313aa090583c9f20 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 11 Sep 2015 00:19:58 -0700 Subject: [ticket/14155] Row highlighting for extension/styles management PHPBB3-14155 --- phpBB/adm/style/admin.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 396b21e3eb..0c00e5339e 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -859,6 +859,8 @@ table.zebra-table tbody tr:nth-child(even) { .row2a { background-color: #E7EEF4; } .row2b { background-color: #E3EBF2; } +tr.row-highlight:hover td { background-color: #DBDFE2; } + .spacer { background-color: #DBDFE2; height: 1px; -- cgit v1.2.1