Commit 6c782735cd154c7f92cc7eb4ccd2124fbb167abc
Exists in
pkg_fixes
Fix cms alignment
Showing
3 changed files
with
48 additions
and
11 deletions
Show diff stats
css/administration-panel.css
| @@ -257,6 +257,12 @@ | @@ -257,6 +257,12 @@ | ||
| 257 | background: none; | 257 | background: none; |
| 258 | } | 258 | } |
| 259 | 259 | ||
| 260 | +/* CMS */ | ||
| 261 | +.action-cms-index .cms-articles td{ | ||
| 262 | + padding: 2px 5px; | ||
| 263 | + vertical-align: middle; | ||
| 264 | +} | ||
| 265 | + | ||
| 260 | /* Tasks - tmp adjust */ | 266 | /* Tasks - tmp adjust */ |
| 261 | .action-profile_editor-index #content .pending-tasks{ | 267 | .action-profile_editor-index #content .pending-tasks{ |
| 262 | max-width: 500px; | 268 | max-width: 500px; |
| @@ -305,3 +311,26 @@ | @@ -305,3 +311,26 @@ | ||
| 305 | .action-profile_members-change_role .role-permissions li{ | 311 | .action-profile_members-change_role .role-permissions li{ |
| 306 | list-style: square; | 312 | list-style: square; |
| 307 | } | 313 | } |
| 314 | + | ||
| 315 | +/*Edit configuration profile */ | ||
| 316 | + | ||
| 317 | +.action-profile_editor-edit #delete-profile{ | ||
| 318 | + margin-top:0px; | ||
| 319 | +} | ||
| 320 | + | ||
| 321 | +/*form Change Password */ | ||
| 322 | +.action-account-change_password #content form input.button.with-text.icon-ok.submit{ | ||
| 323 | + height: 32px; | ||
| 324 | + padding:0px 10px; | ||
| 325 | +} | ||
| 326 | + | ||
| 327 | +.action-account-change_password input{ | ||
| 328 | +padding: 6px; | ||
| 329 | +color: #585858; | ||
| 330 | +background: #FFF; | ||
| 331 | +border: 1px solid #ccc; | ||
| 332 | +border-radius: 4px; | ||
| 333 | +font-size: 15px; | ||
| 334 | +font-family: Arial, helvetica; | ||
| 335 | +} | ||
| 336 | + |
css/software-pages.css
| @@ -463,23 +463,31 @@ | @@ -463,23 +463,31 @@ | ||
| 463 | 463 | ||
| 464 | .software-metrics-block .metrics-list li { | 464 | .software-metrics-block .metrics-list li { |
| 465 | display: table; | 465 | display: table; |
| 466 | - margin-bottom: 10px; | 466 | + margin-bottom: 8px; |
| 467 | } | 467 | } |
| 468 | 468 | ||
| 469 | -.software-metrics-block .metrics-list li span, | ||
| 470 | -.software-metrics-block .metrics-list li a { | 469 | +.software-metrics-block .metrics-list li span { |
| 470 | + color: #2C66CE; | ||
| 471 | display: table-cell; | 471 | display: table-cell; |
| 472 | vertical-align: top; | 472 | vertical-align: top; |
| 473 | } | 473 | } |
| 474 | 474 | ||
| 475 | -#content .software-metrics-block .metrics-list li a:link { | ||
| 476 | - color: #2c66ce; | 475 | +.software-metrics-block .metrics-list li span#visit-count { |
| 476 | + padding-left: 1px; | ||
| 477 | +} | ||
| 478 | + | ||
| 479 | +.software-metrics-block .metrics-list li span#visit-count, | ||
| 480 | +.software-metrics-block .metrics-list li span#downloads-count, | ||
| 481 | +.software-metrics-block .metrics-list li span#benefited-people, | ||
| 482 | +.software-metrics-block .metrics-list li span#saved-resources { | ||
| 483 | + padding-top: 4px; | ||
| 477 | } | 484 | } |
| 478 | 485 | ||
| 479 | -.software-metrics-block span.arrow-globe-icon { | 486 | +.software-metrics-block li span.arrow-globe-icon { |
| 480 | background: url('../images/arrow-globe-icon.png') no-repeat center center; | 487 | background: url('../images/arrow-globe-icon.png') no-repeat center center; |
| 481 | width: 25px; | 488 | width: 25px; |
| 482 | height: 18px; | 489 | height: 18px; |
| 490 | + padding-left: 9px !important; | ||
| 483 | } | 491 | } |
| 484 | 492 | ||
| 485 | .software-metrics-block span.downloads-icon { | 493 | .software-metrics-block span.downloads-icon { |
| @@ -500,9 +508,9 @@ | @@ -500,9 +508,9 @@ | ||
| 500 | height: 20px; | 508 | height: 20px; |
| 501 | } | 509 | } |
| 502 | 510 | ||
| 503 | -.software-metrics-block .metrics-list li a { | 511 | +.software-metrics-block .metrics-list li span { |
| 504 | letter-spacing: -0.1px; | 512 | letter-spacing: -0.1px; |
| 505 | - line-height: 20px; | 513 | + line-height: 15px; |
| 506 | padding-left: 5px; | 514 | padding-left: 5px; |
| 507 | } | 515 | } |
| 508 | 516 |
css/use-report.css
| @@ -144,7 +144,7 @@ | @@ -144,7 +144,7 @@ | ||
| 144 | } | 144 | } |
| 145 | 145 | ||
| 146 | #content .main-content .star-rate-data .star-rate-form { | 146 | #content .main-content .star-rate-data .star-rate-form { |
| 147 | - padding: 0 37px; | 147 | + padding: 0 0 0 37px; |
| 148 | letter-spacing: 0.1px; | 148 | letter-spacing: 0.1px; |
| 149 | width: 100%; | 149 | width: 100%; |
| 150 | } | 150 | } |
| @@ -155,7 +155,6 @@ | @@ -155,7 +155,6 @@ | ||
| 155 | } | 155 | } |
| 156 | 156 | ||
| 157 | #content .main-content .star-rate-data .star-profile-information { | 157 | #content .main-content .star-rate-data .star-profile-information { |
| 158 | - padding-left: 15px; | ||
| 159 | width: 79px; | 158 | width: 79px; |
| 160 | } | 159 | } |
| 161 | 160 | ||
| @@ -210,7 +209,7 @@ | @@ -210,7 +209,7 @@ | ||
| 210 | font-weight: 700; | 209 | font-weight: 700; |
| 211 | text-transform: uppercase; | 210 | text-transform: uppercase; |
| 212 | color: #FFF; | 211 | color: #FFF; |
| 213 | - padding: 5px 20px; | 212 | + padding: 5px 10px; |
| 214 | height: 31px; | 213 | height: 31px; |
| 215 | line-height: 20px; | 214 | line-height: 20px; |
| 216 | font-family: Arial; | 215 | font-family: Arial; |
| @@ -221,6 +220,7 @@ | @@ -221,6 +220,7 @@ | ||
| 221 | } | 220 | } |
| 222 | 221 | ||
| 223 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { | 222 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { |
| 223 | + margin-top: 20px; | ||
| 224 | padding-bottom: 50px; | 224 | padding-bottom: 50px; |
| 225 | } | 225 | } |
| 226 | 226 |