Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme: Hydrogen - Please add css bootstrap 2.X #3

Closed
810 opened this issue Mar 27, 2015 · 3 comments
Closed

Theme: Hydrogen - Please add css bootstrap 2.X #3

810 opened this issue Mar 27, 2015 · 3 comments
Labels
Milestone

Comments

@810
Copy link
Contributor

810 commented Mar 27, 2015

Could you add some extra css to support the default bootstrap css on joomla.

This is what missing:

  • hidden-phone, visible-phone, ect
  • textarea: width is wrong
  • Table widths

Solution 1:

@media (min-width: 960px)  {
 .visible-phone {
  display: none;
 }
}

Solution 2:
/media/gantry5/engines/nucleus/scss/joomla/_forms.scss

input, textarea, .uneditable-input {
    width: 90%;
    Remove * max-width: 250px;
}
@810
Copy link
Contributor Author

810 commented Mar 28, 2015

Remove /media/gantry5/engines/nucleus/scss/joomla/_offline.scss:

#system-message {
    width:50%;
}

Change /media/gantry5/engines/nucleus/scss/nucleus/_utilities.scss:

.center {
    text-align: center !important;
}

@w00fz
Copy link
Member

w00fz commented Mar 28, 2015

Portion of this was fixed by @kevlardev in 85ee671 and b30bc88

@mahagr mahagr added the bug label Mar 28, 2015
@810
Copy link
Contributor Author

810 commented Mar 28, 2015

All is merged closing this one

@810 810 closed this as completed Mar 28, 2015
@w00fz w00fz modified the milestone: Beta 2 Apr 2, 2015
w00fz pushed a commit that referenced this issue Jul 22, 2015
mahagr pushed a commit that referenced this issue Oct 22, 2015
@ghost ghost mentioned this issue Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants