Questions tagged as 'css'

1
answer

How to include Bootstrap source files (Glyphicons) in Rails?

In my Rails applications I usually include Bootstrap manually in folders: app/assets/stylesheets/lib (CSS) and app/assets/javascripts/lib (Javascript) Everything works perfectly except for Glyphicons . I put the fo...
asked by 19.05.2014 / 14:24
1
answer

Change font size using @Html.Label

How do I assign a font size and colors using @Html.Label ? I know that if I use htmlAttributes I can use: @class = ... I get via css. But I wish I could do it without using CSS. How?     
asked by 15.05.2014 / 22:47
1
answer

Vertically center icon (img) followed by text in a line

I want to put a 25x25px icon (which will also be a link) and a text and both have to be centered vertically, so I tried this html: <p> <a href="mailto:[email protected]" target="_blank"> <img src="icons/25mai...
asked by 14.05.2014 / 23:10
1
answer

How to use Template Inheritance to inherit Style Sheets (css) in my Django project?

I have a base.html template and another template library.html that is inheriting base! I have inherited most of base.html, but when I try to add another link tag in the Style block Django accuses TemplateSyntaxError error, when I remove the bloc...
asked by 12.05.2014 / 20:16
1
answer

Problems creating media queries for Samsung Galaxy S4

I'm developing a responsive website and I set some CSS markups with media queries , but I still suffer from some devices, such as the Samsung Galaxy S4 . I believe it's because it contains a device-pixel-ratio equal to 3. I wanted to kn...
asked by 15.03.2014 / 18:48
2
answers

Overwrite component CSS CSS in Richfaces

I'm using a calendar component but only the date (omitting the time), and overwriting CSS to reduce the screen size. Follow below: <rich:calendar value="#{_sessao.dtSessao}" showFooter="false" enableManualInput="true" locale="pt_BR" dat...
asked by 30.09.2014 / 17:41
2
answers

Fix problem with float in Google Chrome

I'm having a headache with google chrome. It seems to be a bug in this version of chrome, but when inserting float: right, display: inline-block or any way to leave two elements parallel, next to each other, when I try to open chrome, of the...
asked by 25.09.2014 / 21:25
1
answer

How to make smooth bearing with button or anchor?

I need help with css , and js . I need a js that makes when I click the down button, or up, scroll the scroll of a div to a certain size: Sample link: link     
asked by 14.04.2014 / 15:42
1
answer

Content transition effect on site

I visited this site and liked the way the content moves, when it is clicked on More Articles or Hide List , I'd like to implement a site I'm developing. I'm having difficulty finding the plugin that does this, I inspected the page and saw t...
asked by 01.07.2014 / 14:24
1
answer

Changing a TextBox for Multiline while maintaining CSS

I have a web application with several TextBoxes. However, I need some of them to stick with Multiline because of the text they will contain. Every time I make this change I lose the CSS settings. From what I've researched it seems to me that the...
asked by 01.07.2014 / 13:23