Giter VIP home page Giter VIP logo

absolution's People

Contributors

michaelvdheeren avatar sobrinho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

absolution's Issues

Selector text doesn't render correctly

using uniform select elements (selector) resulted in the following issues:
(1) The font size of the select elements doesn't match the rest of the input elements;
(2) The positioning of the text within the uniform select element isn't centered;
(3) The list box with options comes some pixels below the selector.

http://img843.imageshack.us/i/absolutionselect.png/
^ This image shows the result after I modified the text size to 12px. Before, the text size was bigger (1.1em), but the positioning was the same (lower than it should be).

fixing (1) was trivial: just added selector to the css rule which sets the font size for all input elements.
fixing (2): I've set the top and bottom padding resp. to 1px and 2px. The selector's height I've set to 18px (so it matches the height of my other elements).
fixing (3): The height of the select element is 25px, while the height of the wrapper is 20px. This causes the list to appear 5px (?) lower than it should be. Making their heights the same fixes this.

Dark

Hi where can i find the dark / previous releases u made? i thought to like the dark title bar and some things..

CSS3 border-radius and gradient fills

Unfortunately Opera doesn't support border radius and gradient fills, so the theme loses a lot of its looks when viewed in this browser. I remeber using SVG as a failover for these problems on one of my old websites. Maybe this can also fix your theme for Opera.

Accordion buttons

The circle accordion buttons show corners as if there is a gray square underneath them.

This bug is specific for Google Chrome 5 on Linux and Chromium 5 on FreeBSD

Selector dimensions

The width of a selector element is inherited from the select element where it wraps around. Native HTML select elements render slightly different from other elements: The dimensions are recalculated from the CSS styles: actual_width = width - (border-left + border-right + padding-left + padding-right). The same matters for the actual_height. Other elements do not subtract padding and borders from the width.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.