Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9006067
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:18:53+00:00 2026-06-16T01:18:53+00:00

Why in bottom my button is sliced? I need that it is rounded on

  • 0

Why in bottom my button is sliced? I need that it is rounded on each corner…
Now i have this:
enter image description here
But if i write to orange-button class css property float: left, i get result, what i need… But it is bad idea.
enter image description here
How to do it in normal way?

(also i use sass+haml)

.orange-button{
  padding: 6px;
  @include gradient-background(bottom, $or1, #fbb752); 
  //background: url('button-carbon-bg.png') no-repeat, -webkit-linear-gradient(bottom, $or1, #fbb752);
  @include border-radius(5px, 5px, 5px, 5px);
  //background: transparent url('button-carbon-bg.png') no-repeat;
  border: 1px solid #d27d00;
  font-family: “Myriad Pro”, Arial, Helvetica, Tahoma, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: $or3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .70);
  font-style: normal;
  @include box-shadow(inset 0 1px 0 rgba(255,255,255,0.5));
  border-bottom:2px solid #B16900;
}
.orange-button:hover{
  @include gradient-background(bottom, #eba641, #fcc97d); 
}

and fiddle:
http://jsfiddle.net/Zfq73/

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:18:54+00:00Added an answer on June 16, 2026 at 1:18 am

    If you don’t want to play around with the wrapper or overflows, another solution is adding display: inline-block to .orange-button.

    See updated fiddle: http://jsfiddle.net/Zfq73/2/

    P.S. I always like to add separate css element display classes in my stylesheets called .inline-block and .block.

     .inline-block {
     display: inline-block;
     }
    
    .block {
    display: block;
    }
    

    HTML:

    <button class="orange-button inline-block">only THIS orange button is an inline button!</button>
    

    That way you can append display: inline-block or display: block to individual buttons without having to make ALL your orange buttons display: inline-block.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a bottom toolbar button that contains a button which opens a UIWebView
I have a button called Download page at the bottom of my detailView of
I need to put a button in the bottom right of an otherwise empty
When click a button,I want to popup a view form bottom,like this! Any help
I have a view with a button at the bottom of the portrait screen,
I have Two Tabs Tab-1 and Tab-2 at bottom of the screen. Send button
I have a very simple example. A button on the bottom of the screen
I have three tabs. When I press the tab button on the bottom, is
I have a button that when clicked dynamically inserts a new row into a
In my application is that there is one button in bottom toolbar and when

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.