Coder Social home page Coder Social logo

rails_admin_theme's People

Contributors

laurensn avatar luizpicolo avatar matthv avatar nicovak avatar sebfie 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  avatar

rails_admin_theme's Issues

bold font not available

styling with <strong> or <b> does not do anything.
You should update your imported google font from

@import url(https://fonts.googleapis.com/css?family=Raleway;

to

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);

When hovering checkbox, it hides.

When hovering any checkbox it hides itself. Also it seams that checkboxes are not clickable.
B.T.W while including this theme I commented icheck and imports in theming.scss because didn't find that files in repo.

Smartphones layout not responsive

Hello,

I found a problem when using at my mobile device.

It happens that the layout shows like a full desktop website, and not responsive mobile one...

To add better README.md

Hi! This is fantastic theme for rails, but I'm new in the rails and I don't understand how to setup it.
Maybe you can to add more info abot setting up the gem? It's will very helpful!
Example of god readme for me: https://github.com/konjoot/rails_admin_flatly_theme

I perfromed try to instal your theme by manual from here https://github.com/konjoot/rails_admin_flatly_theme, but after re-run "rails s" I see error:
rails-admin-theme

Maybe I doing something wrong?

Gemfile

gem 'rails_admin_rollincode', github: 'rollincode/rails_admin_theme'
gem 'rails_admin'

Application.rb

    ENV['RAILS_ADMIN_THEME'] = 'rollincode'

I have all styles in SASS ext and

  config.assets.css_compressor = :sass
  config.sass.preferred_syntax = :sass

lighten instead of ligten

Around line 140 of theming.scss, there is a mistake on ligten

.btn-primary.disabled {
  background: lighten($secondary, 20%);
  border-color: ligten($secondary, 20%);
}

should be

.btn-primary.disabled {
  background: lighten($secondary, 20%);
  border-color: lighten($secondary, 20%);
}

a.navbar-brand width: 100% problem

Hello,

I found this issue when using the theme:

navbar-issue

It goes away if you remove width: 100% from a.navbar-brand

I'm not sure if that's the best solution. I could send a PR if you are interested.

Thanks!

Odd behaviour with iPad size

When using this theme on an iPad Air, the columns break out on the right-hand side:

2016-08-24 10 15 24

Dragging to the left to reveal them does this:

2016-08-24 10 15 28

Note: It still happens in landscape mode:

2016-08-24 10 15 40

Rails 7 support

Hello,

Can you please allow rails 7 support ?

thank you !

support RTL

thanks for this gem, I got stuck with rails_admin I am trying to change the direction to be RTL can your gem support that one and how?

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.